Uses of Class
com.amazonaws.services.s3.model.S3Event
-
Packages that use S3Event Package Description com.amazonaws.services.s3.model 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 S3Event Modifier and Type Method Description static S3Event
S3Event. valueOf(String name)
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 S3Event Modifier and Type Method Description void
NotificationConfiguration. addEvent(S3Event event)
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 S3Event Constructor Description CloudFunctionConfiguration(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.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.
-