Uses of Class
software.amazon.awssdk.services.s3.model.Event
-
Packages that use Event Package Description software.amazon.awssdk.services.s3.model -
-
Uses of Event in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return Event Modifier and Type Method Description static Event
Event. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum 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.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type Event Modifier and Type Method Description List<Event>
LambdaFunctionConfiguration. events()
The Amazon S3 bucket event for which to invoke the Lambda function.List<Event>
QueueConfiguration. events()
A collection of bucket events for which to send notificationsList<Event>
TopicConfiguration. events()
The Amazon S3 bucket event about which to send notifications.static Set<Event>
Event. knownValues()
Methods in software.amazon.awssdk.services.s3.model with parameters of type Event Modifier and Type Method Description LambdaFunctionConfiguration.Builder
LambdaFunctionConfiguration.Builder. events(Event... events)
The Amazon S3 bucket event for which to invoke the Lambda function.QueueConfiguration.Builder
QueueConfiguration.Builder. events(Event... events)
A collection of bucket events for which to send notificationsTopicConfiguration.Builder
TopicConfiguration.Builder. events(Event... events)
The Amazon S3 bucket event about which to send notifications.Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type Event Modifier and Type Method Description LambdaFunctionConfiguration.Builder
LambdaFunctionConfiguration.Builder. events(Collection<Event> events)
The Amazon S3 bucket event for which to invoke the Lambda function.QueueConfiguration.Builder
QueueConfiguration.Builder. events(Collection<Event> events)
A collection of bucket events for which to send notificationsTopicConfiguration.Builder
TopicConfiguration.Builder. events(Collection<Event> events)
The Amazon S3 bucket event about which to send notifications.
-