Uses of Class
software.amazon.awssdk.services.cloudfront.model.FunctionAssociation
Packages that use FunctionAssociation
-
Uses of FunctionAssociation in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type FunctionAssociationModifier and TypeMethodDescriptionfinal List<FunctionAssociation>FunctionAssociations.items()The CloudFront functions that are associated with a cache behavior in a CloudFront distribution.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type FunctionAssociationModifier and TypeMethodDescriptionFunctionAssociations.Builder.items(FunctionAssociation... items) The CloudFront functions that are associated with a cache behavior in a CloudFront distribution.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type FunctionAssociationModifier and TypeMethodDescriptionFunctionAssociations.Builder.items(Collection<FunctionAssociation> items) The CloudFront functions that are associated with a cache behavior in a CloudFront distribution.