Uses of Class
software.amazon.awssdk.services.cloudfront.model.LambdaFunctionAssociations
-
Packages that use LambdaFunctionAssociations Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of LambdaFunctionAssociations in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return LambdaFunctionAssociations Modifier and Type Method Description LambdaFunctionAssociationsCacheBehavior. lambdaFunctionAssociations()A complex type that contains zero or more Lambda@Edge function associations for a cache behavior.LambdaFunctionAssociationsDefaultCacheBehavior. lambdaFunctionAssociations()A complex type that contains zero or more Lambda@Edge function associations for a cache behavior.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type LambdaFunctionAssociations Modifier and Type Method Description CacheBehavior.BuilderCacheBehavior.Builder. lambdaFunctionAssociations(LambdaFunctionAssociations lambdaFunctionAssociations)A complex type that contains zero or more Lambda@Edge function associations for a cache behavior.DefaultCacheBehavior.BuilderDefaultCacheBehavior.Builder. lambdaFunctionAssociations(LambdaFunctionAssociations lambdaFunctionAssociations)A complex type that contains zero or more Lambda@Edge function associations for a cache behavior.
-