Package | Description |
---|---|
com.amazonaws.s3.model |
Modifier and Type | Method and Description |
---|---|
static Event |
Event.fromValue(String value) |
static Event |
Event.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Event[] |
Event.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Event> |
LambdaFunctionConfiguration.events() |
List<Event> |
LambdaFunctionConfiguration.BuilderImpl.events() |
List<Event> |
TopicConfiguration.events() |
List<Event> |
TopicConfiguration.BuilderImpl.events() |
List<Event> |
QueueConfiguration.events() |
List<Event> |
QueueConfiguration.BuilderImpl.events() |
static Set<Event> |
Event.knownValues() |
Modifier and Type | Method and Description |
---|---|
LambdaFunctionConfiguration.Builder |
LambdaFunctionConfiguration.Builder.events(List<Event> events) |
LambdaFunctionConfiguration.Builder |
LambdaFunctionConfiguration.BuilderImpl.events(List<Event> events) |
TopicConfiguration.Builder |
TopicConfiguration.Builder.events(List<Event> events) |
TopicConfiguration.Builder |
TopicConfiguration.BuilderImpl.events(List<Event> events) |
QueueConfiguration.Builder |
QueueConfiguration.Builder.events(List<Event> events) |
QueueConfiguration.Builder |
QueueConfiguration.BuilderImpl.events(List<Event> events) |
Copyright © 2021. All rights reserved.