Uses of Interface
software.amazon.awscdk.services.cloudfront.FunctionAssociation
Packages that use FunctionAssociation
-
Uses of FunctionAssociation in software.amazon.awscdk.services.cloudfront
Classes in software.amazon.awscdk.services.cloudfront that implement FunctionAssociationMethods in software.amazon.awscdk.services.cloudfront that return FunctionAssociationModifier and TypeMethodDescriptionFunctionAssociation.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.cloudfront that return types with arguments of type FunctionAssociationModifier and TypeMethodDescriptiondefault List<FunctionAssociation>AddBehaviorOptions.getFunctionAssociations()The CloudFront functions to invoke before serving the contents.final List<FunctionAssociation>AddBehaviorOptions.Jsii$Proxy.getFunctionAssociations()default List<FunctionAssociation>Behavior.getFunctionAssociations()The CloudFront functions to invoke before serving the contents.final List<FunctionAssociation>Behavior.Jsii$Proxy.getFunctionAssociations()final List<FunctionAssociation>BehaviorOptions.Jsii$Proxy.getFunctionAssociations()Method parameters in software.amazon.awscdk.services.cloudfront with type arguments of type FunctionAssociationModifier and TypeMethodDescriptionAddBehaviorOptions.Builder.functionAssociations(List<? extends FunctionAssociation> functionAssociations) Sets the value ofAddBehaviorOptions.getFunctionAssociations()Behavior.Builder.functionAssociations(List<? extends FunctionAssociation> functionAssociations) Sets the value ofBehavior.getFunctionAssociations()BehaviorOptions.Builder.functionAssociations(List<? extends FunctionAssociation> functionAssociations) Sets the value ofAddBehaviorOptions.getFunctionAssociations()