Uses of Class
software.amazon.awscdk.core.DependableTrait
Packages that use DependableTrait
-
Uses of DependableTrait in software.amazon.awscdk.core
Methods in software.amazon.awscdk.core that return DependableTraitModifier and TypeMethodDescriptionstatic DependableTraitDependableTrait.get(IDependable instance) Return the matching DependableTrait for the given class instance.Methods in software.amazon.awscdk.core with parameters of type DependableTraitModifier and TypeMethodDescriptionstatic voidDependableTrait.implement(IDependable instance, DependableTrait trait) Registerinstanceto have the given DependableTrait.