Uses of Class
com.amazonaws.services.s3.model.NotificationConfiguration
Packages that use NotificationConfiguration
Package
Description
Classes modeling the various types represented by Amazon S3.
-
Uses of NotificationConfiguration in com.amazonaws.services.s3.model
Subclasses of NotificationConfiguration in com.amazonaws.services.s3.modelModifier and TypeClassDescriptionstatic class
Deprecated.class
Deprecated.useLambdaConfiguration
insteadclass
Represents the lambda configuration for an Amazon S3 bucket notification.class
Represents the queue configuration for an Amazon S3 bucket.class
Represents the topic configuration for an Amazon S3 bucket.Methods in com.amazonaws.services.s3.model that return NotificationConfigurationModifier and TypeMethodDescriptionBucketNotificationConfiguration.getConfigurationByName
(String name) Returns the notification configuration for the given name.BucketNotificationConfiguration.removeConfiguration
(String name) Removes the notification configuration for the given name in theBucketNotificationConfiguration
object.NotificationConfiguration.withEvents
(Set<String> events) Sets the given events in thisNotificationConfiguration
object and returns this object.NotificationConfiguration.withFilter
(Filter filter) Sets the filter criteria for thisNotificationConfiguration
and returns this object for method chaining.NotificationConfiguration.withObjectPrefixes
(String... objectPrefixes) Deprecated.This field is not used by S3.Methods in com.amazonaws.services.s3.model that return types with arguments of type NotificationConfigurationModifier and TypeMethodDescriptionBucketNotificationConfiguration.getConfigurations()
Returns all the notification configurations associated with the Amazon S3 bucket.Methods in com.amazonaws.services.s3.model with parameters of type NotificationConfigurationModifier and TypeMethodDescriptionBucketNotificationConfiguration.addConfiguration
(String name, NotificationConfiguration notificationConfiguration) Adds the given notification configuration to theBucketNotificationConfiguration
objectMethod parameters in com.amazonaws.services.s3.model with type arguments of type NotificationConfigurationModifier and TypeMethodDescriptionvoid
BucketNotificationConfiguration.setConfigurations
(Map<String, NotificationConfiguration> configurations) Sets the given notification configurations in thisBucketNotificationConfiguration
object.BucketNotificationConfiguration.withNotificationConfiguration
(Map<String, NotificationConfiguration> notificationConfiguration) Sets the given notification configurations and returns this object.Constructors in com.amazonaws.services.s3.model with parameters of type NotificationConfigurationModifierConstructorDescriptionBucketNotificationConfiguration
(String name, NotificationConfiguration notificationConfiguration) Creates a new bucket notification configuration with the given configuration.
TopicConfiguration
instead