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

Packages that use BucketNotificationConfiguration.TopicConfiguration
com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. 
 

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

Methods in com.amazonaws.services.s3.model that return types with arguments of type BucketNotificationConfiguration.TopicConfiguration
 List<BucketNotificationConfiguration.TopicConfiguration> BucketNotificationConfiguration.getTopicConfigurations()
           Gets the list of BucketNotificationConfiguration.TopicConfiguration objects contained in this object.
 

Methods in com.amazonaws.services.s3.model with parameters of type BucketNotificationConfiguration.TopicConfiguration
 BucketNotificationConfiguration BucketNotificationConfiguration.withTopicConfigurations(BucketNotificationConfiguration.TopicConfiguration... topicConfigurations)
           Sets the BucketNotificationConfiguration.TopicConfiguration TopicConfigurations and returns this object, enabling additional method calls to be chained together.
 

Method parameters in com.amazonaws.services.s3.model with type arguments of type BucketNotificationConfiguration.TopicConfiguration
 void BucketNotificationConfiguration.setTopicConfigurations(Collection<BucketNotificationConfiguration.TopicConfiguration> topicConfigurations)
           Sets the BucketNotificationConfiguration.TopicConfiguration.
 

Constructor parameters in com.amazonaws.services.s3.model with type arguments of type BucketNotificationConfiguration.TopicConfiguration
BucketNotificationConfiguration(Collection<BucketNotificationConfiguration.TopicConfiguration> topicConfigurations)
           Creates a new bucket notification configuration containing the specified TopicConfigurations.
 



Copyright © 2016. All rights reserved.