Uses of Class
com.amazonaws.services.s3.model.NotificationConfiguration
-
Packages that use NotificationConfiguration Package Description com.amazonaws.services.s3.model 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.model Modifier and Type Class Description static class
BucketNotificationConfiguration.TopicConfiguration
Deprecated.UseTopicConfiguration
insteadclass
CloudFunctionConfiguration
Deprecated.useLambdaConfiguration
insteadclass
LambdaConfiguration
Represents the lambda configuration for an Amazon S3 bucket notification.class
QueueConfiguration
Represents the queue configuration for an Amazon S3 bucket.class
TopicConfiguration
Represents the topic configuration for an Amazon S3 bucket.Methods in com.amazonaws.services.s3.model that return NotificationConfiguration Modifier and Type Method Description NotificationConfiguration
BucketNotificationConfiguration. getConfigurationByName(String name)
Returns the notification configuration for the given name.NotificationConfiguration
BucketNotificationConfiguration. removeConfiguration(String name)
Removes the notification configuration for the given name in theBucketNotificationConfiguration
object.NotificationConfiguration
NotificationConfiguration. withEvents(Set<String> events)
Sets the given events in thisNotificationConfiguration
object and returns this object.NotificationConfiguration
NotificationConfiguration. withFilter(Filter filter)
Sets the filter criteria for thisNotificationConfiguration
and returns this object for method chaining.NotificationConfiguration
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 NotificationConfiguration Modifier and Type Method Description Map<String,NotificationConfiguration>
BucketNotificationConfiguration. getConfigurations()
Returns all the notification configurations associated with the Amazon S3 bucket.Methods in com.amazonaws.services.s3.model with parameters of type NotificationConfiguration Modifier and Type Method Description BucketNotificationConfiguration
BucketNotificationConfiguration. 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 NotificationConfiguration Modifier and Type Method Description void
BucketNotificationConfiguration. setConfigurations(Map<String,NotificationConfiguration> configurations)
Sets the given notification configurations in thisBucketNotificationConfiguration
object.BucketNotificationConfiguration
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 NotificationConfiguration Constructor Description BucketNotificationConfiguration(String name, NotificationConfiguration notificationConfiguration)
Creates a new bucket notification configuration with the given configuration.
-