| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
EventType |
LambdaFunctionAssociation.eventType()
Specifies the event type that triggers a Lambda@Edge function invocation.
|
EventType |
FunctionAssociation.eventType()
The event type of the function, either
viewer-request or viewer-response. |
static EventType |
EventType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<EventType> |
EventType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionAssociation.Builder |
LambdaFunctionAssociation.Builder.eventType(EventType eventType)
Specifies the event type that triggers a Lambda@Edge function invocation.
|
FunctionAssociation.Builder |
FunctionAssociation.Builder.eventType(EventType eventType)
The event type of the function, either
viewer-request or viewer-response. |
Copyright © 2021. All rights reserved.