Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
FunctionAssociation |
FunctionAssociation.clone() |
FunctionAssociation |
FunctionAssociation.withEventType(EventType eventType)
The event type of the function, either
viewer-request or viewer-response . |
FunctionAssociation |
FunctionAssociation.withEventType(String eventType)
The event type of the function, either
viewer-request or viewer-response . |
FunctionAssociation |
FunctionAssociation.withFunctionARN(String functionARN)
The Amazon Resource Name (ARN) of the function.
|
Modifier and Type | Method and Description |
---|---|
List<FunctionAssociation> |
FunctionAssociations.getItems()
The CloudFront functions that are associated with a cache behavior in a CloudFront distribution.
|
Modifier and Type | Method and Description |
---|---|
FunctionAssociations |
FunctionAssociations.withItems(FunctionAssociation... items)
The CloudFront functions that are associated with a cache behavior in a CloudFront distribution.
|
Modifier and Type | Method and Description |
---|---|
void |
FunctionAssociations.setItems(Collection<FunctionAssociation> items)
The CloudFront functions that are associated with a cache behavior in a CloudFront distribution.
|
FunctionAssociations |
FunctionAssociations.withItems(Collection<FunctionAssociation> items)
The CloudFront functions that are associated with a cache behavior in a CloudFront distribution.
|
Copyright © 2023. All rights reserved.