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 classBucketNotificationConfiguration.TopicConfigurationDeprecated.UseTopicConfigurationinsteadclassCloudFunctionConfigurationDeprecated.useLambdaConfigurationinsteadclassLambdaConfigurationRepresents the lambda configuration for an Amazon S3 bucket notification.classQueueConfigurationRepresents the queue configuration for an Amazon S3 bucket.classTopicConfigurationRepresents the topic configuration for an Amazon S3 bucket.Methods in com.amazonaws.services.s3.model that return NotificationConfiguration Modifier and Type Method Description NotificationConfigurationBucketNotificationConfiguration. getConfigurationByName(String name)Returns the notification configuration for the given name.NotificationConfigurationBucketNotificationConfiguration. removeConfiguration(String name)Removes the notification configuration for the given name in theBucketNotificationConfigurationobject.NotificationConfigurationNotificationConfiguration. withEvents(Set<String> events)Sets the given events in thisNotificationConfigurationobject and returns this object.NotificationConfigurationNotificationConfiguration. withFilter(Filter filter)Sets the filter criteria for thisNotificationConfigurationand returns this object for method chaining.NotificationConfigurationNotificationConfiguration. 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 BucketNotificationConfigurationBucketNotificationConfiguration. addConfiguration(String name, NotificationConfiguration notificationConfiguration)Adds the given notification configuration to theBucketNotificationConfigurationobjectMethod parameters in com.amazonaws.services.s3.model with type arguments of type NotificationConfiguration Modifier and Type Method Description voidBucketNotificationConfiguration. setConfigurations(Map<String,NotificationConfiguration> configurations)Sets the given notification configurations in thisBucketNotificationConfigurationobject.BucketNotificationConfigurationBucketNotificationConfiguration. 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.
-