Uses of Class
software.amazon.awssdk.services.cloudfront.model.FunctionAssociations
Packages that use FunctionAssociations
-
Uses of FunctionAssociations in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return FunctionAssociationsModifier and TypeMethodDescriptionfinal FunctionAssociationsCacheBehavior.functionAssociations()A list of CloudFront functions that are associated with this cache behavior.final FunctionAssociationsDefaultCacheBehavior.functionAssociations()A list of CloudFront functions that are associated with this cache behavior.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type FunctionAssociationsModifier and TypeMethodDescriptionCacheBehavior.Builder.functionAssociations(FunctionAssociations functionAssociations) A list of CloudFront functions that are associated with this cache behavior.DefaultCacheBehavior.Builder.functionAssociations(FunctionAssociations functionAssociations) A list of CloudFront functions that are associated with this cache behavior.