Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
LambdaFunctionAssociations |
LambdaFunctionAssociations.clone() |
LambdaFunctionAssociations |
DefaultCacheBehavior.getLambdaFunctionAssociations()
A complex type that contains zero or more Lambda function associations for a cache behavior.
|
LambdaFunctionAssociations |
CacheBehavior.getLambdaFunctionAssociations()
A complex type that contains zero or more Lambda function associations for a cache behavior.
|
LambdaFunctionAssociations |
LambdaFunctionAssociations.withItems(Collection<LambdaFunctionAssociation> items)
Optional: A complex type that contains
LambdaFunctionAssociation items for this cache
behavior. |
LambdaFunctionAssociations |
LambdaFunctionAssociations.withItems(LambdaFunctionAssociation... items)
Optional: A complex type that contains
LambdaFunctionAssociation items for this cache
behavior. |
LambdaFunctionAssociations |
LambdaFunctionAssociations.withQuantity(Integer quantity)
The number of Lambda function associations for this cache behavior.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultCacheBehavior.setLambdaFunctionAssociations(LambdaFunctionAssociations lambdaFunctionAssociations)
A complex type that contains zero or more Lambda function associations for a cache behavior.
|
void |
CacheBehavior.setLambdaFunctionAssociations(LambdaFunctionAssociations lambdaFunctionAssociations)
A complex type that contains zero or more Lambda function associations for a cache behavior.
|
DefaultCacheBehavior |
DefaultCacheBehavior.withLambdaFunctionAssociations(LambdaFunctionAssociations lambdaFunctionAssociations)
A complex type that contains zero or more Lambda function associations for a cache behavior.
|
CacheBehavior |
CacheBehavior.withLambdaFunctionAssociations(LambdaFunctionAssociations lambdaFunctionAssociations)
A complex type that contains zero or more Lambda function associations for a cache behavior.
|
Copyright © 2017. All rights reserved.