Package | Description |
---|---|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
List<BucketNotificationConfiguration.TopicConfiguration> |
BucketNotificationConfiguration.getTopicConfigurations()
Gets the list of
BucketNotificationConfiguration.TopicConfiguration objects
contained in this object. |
Modifier and Type | Method and Description |
---|---|
BucketNotificationConfiguration |
BucketNotificationConfiguration.withTopicConfigurations(BucketNotificationConfiguration.TopicConfiguration... topicConfigurations)
Sets the
BucketNotificationConfiguration.TopicConfiguration
TopicConfigurations and returns this object,
enabling additional method calls to be chained together. |
Modifier and Type | Method and Description |
---|---|
void |
BucketNotificationConfiguration.setTopicConfigurations(Collection<BucketNotificationConfiguration.TopicConfiguration> topicConfigurations)
|
Constructor and Description |
---|
BucketNotificationConfiguration(Collection<BucketNotificationConfiguration.TopicConfiguration> topicConfigurations)
Creates a new bucket notification configuration containing the specified
TopicConfigurations . |
Copyright © 2014. All rights reserved.