Uses of Enum
software.amazon.awssdk.services.s3.model.Event
Packages that use Event
-
Uses of Event in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return EventModifier and TypeMethodDescriptionstatic EventUse this in place of valueOf to convert the raw string returned by the service into the enum value.static EventReturns 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 EventModifier and TypeMethodDescriptionLambdaFunctionConfiguration.events()The Amazon S3 bucket event for which to invoke the Lambda function.QueueConfiguration.events()A collection of bucket events for which to send notificationsTopicConfiguration.events()The Amazon S3 bucket event about which to send notifications.Event.knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type EventModifier and TypeMethodDescriptionThe Amazon S3 bucket event for which to invoke the Lambda function.A collection of bucket events for which to send notificationsThe Amazon S3 bucket event about which to send notifications.Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type EventModifier and TypeMethodDescriptionLambdaFunctionConfiguration.Builder.events(Collection<Event> events) The Amazon S3 bucket event for which to invoke the Lambda function.QueueConfiguration.Builder.events(Collection<Event> events) A collection of bucket events for which to send notificationsTopicConfiguration.Builder.events(Collection<Event> events) The Amazon S3 bucket event about which to send notifications.