Uses of Class
software.amazon.awssdk.services.cloudfront.model.FunctionAssociations
-
Packages that use FunctionAssociations Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of FunctionAssociations in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return FunctionAssociations Modifier and Type Method Description FunctionAssociationsCacheBehavior. functionAssociations()A list of CloudFront functions that are associated with this cache behavior.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 FunctionAssociations Modifier and Type Method Description CacheBehavior.BuilderCacheBehavior.Builder. functionAssociations(FunctionAssociations functionAssociations)A list of CloudFront functions that are associated with this cache behavior.DefaultCacheBehavior.BuilderDefaultCacheBehavior.Builder. functionAssociations(FunctionAssociations functionAssociations)A list of CloudFront functions that are associated with this cache behavior.
-