Uses of Class
com.amazonaws.services.s3.model.BucketNotificationConfiguration
Packages that use BucketNotificationConfiguration
Package
Description
Synchronous client for accessing Amazon S3.
Classes modeling the various types represented by Amazon S3.
-
Uses of BucketNotificationConfiguration in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 that return BucketNotificationConfigurationModifier and TypeMethodDescriptionAbstractAmazonS3.getBucketNotificationConfiguration
(GetBucketNotificationConfigurationRequest getBucketNotificationConfigurationRequest) AbstractAmazonS3.getBucketNotificationConfiguration
(String bucketName) AmazonS3.getBucketNotificationConfiguration
(GetBucketNotificationConfigurationRequest getBucketNotificationConfigurationRequest) Gets the notification configuration for the specified bucket.AmazonS3.getBucketNotificationConfiguration
(String bucketName) Gets the notification configuration for the specified bucket.AmazonS3Client.getBucketNotificationConfiguration
(GetBucketNotificationConfigurationRequest getBucketNotificationConfigurationRequest) AmazonS3Client.getBucketNotificationConfiguration
(String bucketName) Methods in com.amazonaws.services.s3 with parameters of type BucketNotificationConfigurationModifier and TypeMethodDescriptionvoid
AbstractAmazonS3.setBucketNotificationConfiguration
(String bucketName, BucketNotificationConfiguration bucketNotificationConfiguration) void
AmazonS3.setBucketNotificationConfiguration
(String bucketName, BucketNotificationConfiguration bucketNotificationConfiguration) Sets the notification configuration for the specified bucket.void
AmazonS3Client.setBucketNotificationConfiguration
(String bucketName, BucketNotificationConfiguration bucketNotificationConfiguration) -
Uses of BucketNotificationConfiguration in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return BucketNotificationConfigurationModifier and TypeMethodDescriptionBucketNotificationConfiguration.addConfiguration
(String name, NotificationConfiguration notificationConfiguration) Adds the given notification configuration to theBucketNotificationConfiguration
objectSetBucketNotificationConfigurationRequest.getBucketNotificationConfiguration()
Deprecated.Use getNotificationConfiguration() instead.SetBucketNotificationConfigurationRequest.getNotificationConfiguration()
Gets the new notification configuration for the specified bucket.BucketNotificationConfiguration.withNotificationConfiguration
(Map<String, NotificationConfiguration> notificationConfiguration) Sets the given notification configurations and returns this object.BucketNotificationConfiguration.withTopicConfigurations
(BucketNotificationConfiguration.TopicConfiguration... topicConfigurations) Deprecated.Methods in com.amazonaws.services.s3.model with parameters of type BucketNotificationConfigurationModifier and TypeMethodDescriptionvoid
SetBucketNotificationConfigurationRequest.setBucketNotificationConfiguration
(BucketNotificationConfiguration bucketNotificationConfiguration) Deprecated.Use setNotificationConfiguration(BucketNotificationConfiguration) instead.void
SetBucketNotificationConfigurationRequest.setNotificationConfiguration
(BucketNotificationConfiguration notificationConfiguration) Sets the new notification configuration for the specified bucket.SetBucketNotificationConfigurationRequest.withNotificationConfiguration
(BucketNotificationConfiguration notificationConfiguration) Sets the new notification configuration for the specified bucket and returns this object, enabling additional method calls to be chained together.Constructors in com.amazonaws.services.s3.model with parameters of type BucketNotificationConfigurationModifierConstructorDescriptionSetBucketNotificationConfigurationRequest
(BucketNotificationConfiguration bucketNotificationConfiguration, String bucket) Deprecated.Use SetBucketNotificationConfigurationRequest(String, BucketNotificationConfiguration) instead.SetBucketNotificationConfigurationRequest
(String bucketName, BucketNotificationConfiguration notificationConfiguration) Constructs a newSetBucketNotificationConfigurationRequest
to set the bucket notification configuration of the specified bucket.