Uses of Class
software.amazon.awscdk.MixinApplicator
Packages that use MixinApplicator
-
Uses of MixinApplicator in software.amazon.awscdk
Methods in software.amazon.awscdk that return MixinApplicatorModifier and TypeMethodDescriptionMixinApplicator.apply(software.constructs.IMixin... mixins) Applies a mixin to selected constructs.static MixinApplicatorMixins.of(software.constructs.IConstruct scope) Creates a MixinApplicator for the given scope.static MixinApplicatorMixins.of(software.constructs.IConstruct scope, IConstructSelector selector) Creates a MixinApplicator for the given scope.MixinApplicator.requireAll()Requires all selected constructs to support the applied mixins.MixinApplicator.requireAny()Requires at least one mixin to be successfully applied.