Uses of Class
com.amazonaws.services.s3.model.BucketNotificationConfiguration.TopicConfiguration
-
Packages that use BucketNotificationConfiguration.TopicConfiguration Package Description 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 Modifier and Type Method Description List<BucketNotificationConfiguration.TopicConfiguration>
BucketNotificationConfiguration. getTopicConfigurations()
Deprecated.Methods in com.amazonaws.services.s3.model with parameters of type BucketNotificationConfiguration.TopicConfiguration Modifier and Type Method Description BucketNotificationConfiguration
BucketNotificationConfiguration. withTopicConfigurations(BucketNotificationConfiguration.TopicConfiguration... topicConfigurations)
Deprecated.Method parameters in com.amazonaws.services.s3.model with type arguments of type BucketNotificationConfiguration.TopicConfiguration Modifier and Type Method Description void
BucketNotificationConfiguration. setTopicConfigurations(Collection<BucketNotificationConfiguration.TopicConfiguration> topicConfigurations)
Deprecated.Constructor parameters in com.amazonaws.services.s3.model with type arguments of type BucketNotificationConfiguration.TopicConfiguration Constructor Description BucketNotificationConfiguration(Collection<BucketNotificationConfiguration.TopicConfiguration> topicConfigurations)
Deprecated.
-