Uses of Class
software.amazon.awssdk.services.cloudfront.model.FunctionAssociation
-
Packages that use FunctionAssociation Package Description software.amazon.awssdk.services.cloudfront.model -
-
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 FunctionAssociation Modifier and Type Method Description 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 FunctionAssociation Modifier and Type Method Description FunctionAssociations.BuilderFunctionAssociations.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 FunctionAssociation Modifier and Type Method Description FunctionAssociations.BuilderFunctionAssociations.Builder. items(Collection<FunctionAssociation> items)The CloudFront functions that are associated with a cache behavior in a CloudFront distribution.
-