Uses of Enum
com.amazonaws.services.s3.model.S3Event
Packages that use S3Event
Package
Description
Classes modeling the various types represented by Amazon S3.
-
Uses of S3Event in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return S3EventModifier and TypeMethodDescriptionstatic S3Event
Returns the enum constant of this type with the specified name.static S3Event[]
S3Event.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.s3.model with parameters of type S3EventModifier and TypeMethodDescriptionvoid
Adds the given event to the set of events for thisNotificationConfiguration
object.Constructor parameters in com.amazonaws.services.s3.model with type arguments of type S3EventModifierConstructorDescriptionCloudFunctionConfiguration
(String invocationRole, String function, EnumSet<S3Event> events) Deprecated.Creates a new lambda configuration with the given invocation role , function and set of events.LambdaConfiguration
(String functionARN, EnumSet<S3Event> events) Creates a new lambda configuration with the given cloud function arn and set of events.protected
NotificationConfiguration
(EnumSet<S3Event> events) Creates a notification configuration with the given set of events.QueueConfiguration
(String queueARN, EnumSet<S3Event> events) Creates a new queue configuration with the given queue arn and set of events.TopicConfiguration
(String topicARN, EnumSet<S3Event> events) Creates a new topic configuration with the given topic arn and set of events.