Uses of Class
software.amazon.awssdk.services.cloudfront.model.LambdaFunctionAssociation
-
Packages that use LambdaFunctionAssociation Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of LambdaFunctionAssociation in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type LambdaFunctionAssociation Modifier and Type Method Description List<LambdaFunctionAssociation>LambdaFunctionAssociations. items()Optional: A complex type that containsLambdaFunctionAssociationitems for this cache behavior.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type LambdaFunctionAssociation Modifier and Type Method Description LambdaFunctionAssociations.BuilderLambdaFunctionAssociations.Builder. items(LambdaFunctionAssociation... items)Optional: A complex type that containsLambdaFunctionAssociationitems for this cache behavior.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type LambdaFunctionAssociation Modifier and Type Method Description LambdaFunctionAssociations.BuilderLambdaFunctionAssociations.Builder. items(Collection<LambdaFunctionAssociation> items)Optional: A complex type that containsLambdaFunctionAssociationitems for this cache behavior.
-