Uses of Class
com.amazonaws.services.s3.model.BucketNotificationConfiguration

Packages that use BucketNotificationConfiguration
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 that return BucketNotificationConfiguration
 BucketNotificationConfiguration AmazonS3Client.getBucketNotificationConfiguration(String bucketName)
           
 BucketNotificationConfiguration AmazonS3.getBucketNotificationConfiguration(String bucketName)
          Gets the notification configuration for the specified bucket.
 

Methods in com.amazonaws.services.s3 with parameters of type BucketNotificationConfiguration
 void AmazonS3Client.setBucketNotificationConfiguration(String bucketName, BucketNotificationConfiguration bucketNotificationConfiguration)
           
 void AmazonS3.setBucketNotificationConfiguration(String bucketName, BucketNotificationConfiguration bucketNotificationConfiguration)
          Sets the notification configuration for the specified bucket.
 

Uses of BucketNotificationConfiguration in com.amazonaws.services.s3.model
 

Methods in com.amazonaws.services.s3.model that return BucketNotificationConfiguration
 BucketNotificationConfiguration SetBucketNotificationConfigurationRequest.getBucketNotificationConfiguration()
          Deprecated. Use getNotificationConfiguration() instead.
 BucketNotificationConfiguration SetBucketNotificationConfigurationRequest.getNotificationConfiguration()
          Gets the new notification configuration for the specified bucket.
 BucketNotificationConfiguration BucketNotificationConfiguration.withTopicConfigurations(BucketNotificationConfiguration.TopicConfiguration... topicConfigurations)
           Sets the BucketNotificationConfiguration.TopicConfiguration TopicConfigurations and returns this object, enabling additional method calls to be chained together.
 

Methods in com.amazonaws.services.s3.model with parameters of type BucketNotificationConfiguration
 void SetBucketNotificationConfigurationRequest.setBucketNotificationConfiguration(BucketNotificationConfiguration bucketNotificationConfiguration)
          Deprecated. Use setNotificationConfiguration(BucketNotificationConfiguration) instead.
 void SetBucketNotificationConfigurationRequest.setNotificationConfiguration(BucketNotificationConfiguration notificationConfiguration)
          Sets the new notification configuration for the specified bucket.
 SetBucketNotificationConfigurationRequest 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 BucketNotificationConfiguration
SetBucketNotificationConfigurationRequest(BucketNotificationConfiguration bucketNotificationConfiguration, String bucket)
          Deprecated. Use SetBucketNotificationConfigurationRequest(String, BucketNotificationConfiguration) instead.
SetBucketNotificationConfigurationRequest(String bucketName, BucketNotificationConfiguration notificationConfiguration)
          Constructs a new SetBucketNotificationConfigurationRequest to set the bucket notification configuration of the specified bucket.
 



Copyright © 2016. All rights reserved.