Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
FunctionAssociations |
FunctionAssociations.clone() |
FunctionAssociations |
CacheBehavior.getFunctionAssociations()
A list of CloudFront functions that are associated with this cache behavior.
|
FunctionAssociations |
DefaultCacheBehavior.getFunctionAssociations()
A list of CloudFront functions that are associated with this cache behavior.
|
FunctionAssociations |
FunctionAssociations.withItems(Collection<FunctionAssociation> items)
The CloudFront functions that are associated with a cache behavior in a CloudFront distribution.
|
FunctionAssociations |
FunctionAssociations.withItems(FunctionAssociation... items)
The CloudFront functions that are associated with a cache behavior in a CloudFront distribution.
|
FunctionAssociations |
FunctionAssociations.withQuantity(Integer quantity)
The number of CloudFront functions in the list.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheBehavior.setFunctionAssociations(FunctionAssociations functionAssociations)
A list of CloudFront functions that are associated with this cache behavior.
|
void |
DefaultCacheBehavior.setFunctionAssociations(FunctionAssociations functionAssociations)
A list of CloudFront functions that are associated with this cache behavior.
|
CacheBehavior |
CacheBehavior.withFunctionAssociations(FunctionAssociations functionAssociations)
A list of CloudFront functions that are associated with this cache behavior.
|
DefaultCacheBehavior |
DefaultCacheBehavior.withFunctionAssociations(FunctionAssociations functionAssociations)
A list of CloudFront functions that are associated with this cache behavior.
|
Copyright © 2022. All rights reserved.