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 classDeprecated.classDeprecated.useLambdaConfigurationinsteadclassRepresents the lambda configuration for an Amazon S3 bucket notification.classRepresents the queue configuration for an Amazon S3 bucket.classRepresents 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 theBucketNotificationConfigurationobject.NotificationConfiguration.withEvents(Set<String> events) Sets the given events in thisNotificationConfigurationobject and returns this object.NotificationConfiguration.withFilter(Filter filter) Sets the filter criteria for thisNotificationConfigurationand 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 theBucketNotificationConfigurationobjectMethod parameters in com.amazonaws.services.s3.model with type arguments of type NotificationConfigurationModifier and TypeMethodDescriptionvoidBucketNotificationConfiguration.setConfigurations(Map<String, NotificationConfiguration> configurations) Sets the given notification configurations in thisBucketNotificationConfigurationobject.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.
TopicConfigurationinstead