Uses of Class
software.amazon.awssdk.services.cloudfront.model.LambdaFunctionAssociations
Packages that use LambdaFunctionAssociations
-
Uses of LambdaFunctionAssociations in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return LambdaFunctionAssociationsModifier and TypeMethodDescriptionCacheBehavior.lambdaFunctionAssociations()A complex type that contains zero or more Lambda@Edge function associations for a cache behavior.DefaultCacheBehavior.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 LambdaFunctionAssociationsModifier and TypeMethodDescriptionCacheBehavior.Builder.lambdaFunctionAssociations(LambdaFunctionAssociations lambdaFunctionAssociations) A complex type that contains zero or more Lambda@Edge function associations for a cache behavior.DefaultCacheBehavior.Builder.lambdaFunctionAssociations(LambdaFunctionAssociations lambdaFunctionAssociations) A complex type that contains zero or more Lambda@Edge function associations for a cache behavior.