Uses of Class
com.amazonaws.services.s3.model.BucketNotificationConfiguration
-
Packages that use BucketNotificationConfiguration Package Description com.amazonaws.services.s3 Synchronous client for accessing Amazon S3.com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. -
-
Uses of BucketNotificationConfiguration in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 with parameters of type BucketNotificationConfiguration Modifier and Type Method Description voidAbstractAmazonS3. setBucketNotificationConfiguration(String bucketName, BucketNotificationConfiguration bucketNotificationConfiguration)voidAmazonS3. setBucketNotificationConfiguration(String bucketName, BucketNotificationConfiguration bucketNotificationConfiguration)Sets the notification configuration for the specified bucket.voidAmazonS3Client. setBucketNotificationConfiguration(String bucketName, BucketNotificationConfiguration bucketNotificationConfiguration) -
Uses of BucketNotificationConfiguration in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return BucketNotificationConfiguration Modifier and Type Method Description BucketNotificationConfigurationBucketNotificationConfiguration. addConfiguration(String name, NotificationConfiguration notificationConfiguration)Adds the given notification configuration to theBucketNotificationConfigurationobjectBucketNotificationConfigurationSetBucketNotificationConfigurationRequest. getBucketNotificationConfiguration()Deprecated.Use getNotificationConfiguration() instead.BucketNotificationConfigurationSetBucketNotificationConfigurationRequest. getNotificationConfiguration()Gets the new notification configuration for the specified bucket.BucketNotificationConfigurationBucketNotificationConfiguration. withNotificationConfiguration(Map<String,NotificationConfiguration> notificationConfiguration)Sets the given notification configurations and returns this object.BucketNotificationConfigurationBucketNotificationConfiguration. withTopicConfigurations(BucketNotificationConfiguration.TopicConfiguration... topicConfigurations)Deprecated.Methods in com.amazonaws.services.s3.model with parameters of type BucketNotificationConfiguration Modifier and Type Method Description voidSetBucketNotificationConfigurationRequest. setBucketNotificationConfiguration(BucketNotificationConfiguration bucketNotificationConfiguration)Deprecated.Use setNotificationConfiguration(BucketNotificationConfiguration) instead.voidSetBucketNotificationConfigurationRequest. setNotificationConfiguration(BucketNotificationConfiguration notificationConfiguration)Sets the new notification configuration for the specified bucket.SetBucketNotificationConfigurationRequestSetBucketNotificationConfigurationRequest. 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 BucketNotificationConfiguration Constructor Description SetBucketNotificationConfigurationRequest(BucketNotificationConfiguration bucketNotificationConfiguration, String bucket)Deprecated.Use SetBucketNotificationConfigurationRequest(String, BucketNotificationConfiguration) instead.SetBucketNotificationConfigurationRequest(String bucketName, BucketNotificationConfiguration notificationConfiguration)Constructs a newSetBucketNotificationConfigurationRequestto set the bucket notification configuration of the specified bucket.
-