| Package | Description |
|---|---|
| com.amazonaws.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static EventType |
EventType.fromValue(String value)
Use this in place of valueOf.
|
static EventType |
EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LambdaFunctionAssociation.setEventType(EventType eventType)
Specifies the event type that triggers a Lambda@Edge function invocation.
|
FunctionAssociation |
FunctionAssociation.withEventType(EventType eventType)
The event type of the function, either
viewer-request or viewer-response. |
LambdaFunctionAssociation |
LambdaFunctionAssociation.withEventType(EventType eventType)
Specifies the event type that triggers a Lambda@Edge function invocation.
|
Copyright © 2022. All rights reserved.