Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
LambdaFunctionAssociation |
LambdaFunctionAssociation.clone() |
LambdaFunctionAssociation |
LambdaFunctionAssociation.withEventType(EventType eventType)
Specifies the event type that triggers a Lambda function invocation.
|
LambdaFunctionAssociation |
LambdaFunctionAssociation.withEventType(String eventType)
Specifies the event type that triggers a Lambda function invocation.
|
LambdaFunctionAssociation |
LambdaFunctionAssociation.withIncludeBody(Boolean includeBody)
A flag that allows a Lambda function to have read access to the body content.
|
LambdaFunctionAssociation |
LambdaFunctionAssociation.withLambdaFunctionARN(String lambdaFunctionARN)
The ARN of the Lambda function.
|
Modifier and Type | Method and Description |
---|---|
List<LambdaFunctionAssociation> |
LambdaFunctionAssociations.getItems()
Optional: A complex type that contains
LambdaFunctionAssociation items for this cache
behavior. |
Modifier and Type | Method and Description |
---|---|
LambdaFunctionAssociations |
LambdaFunctionAssociations.withItems(LambdaFunctionAssociation... items)
Optional: A complex type that contains
LambdaFunctionAssociation items for this cache
behavior. |
Modifier and Type | Method and Description |
---|---|
void |
LambdaFunctionAssociations.setItems(Collection<LambdaFunctionAssociation> items)
Optional: A complex type that contains
LambdaFunctionAssociation items for this cache
behavior. |
LambdaFunctionAssociations |
LambdaFunctionAssociations.withItems(Collection<LambdaFunctionAssociation> items)
Optional: A complex type that contains
LambdaFunctionAssociation items for this cache
behavior. |
Copyright © 2019. All rights reserved.