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.
|
com.amazonaws.services.s3.model.transform |
Modifier and Type | Method and Description |
---|---|
void |
AmazonS3Client.setBucketNotificationConfiguration(java.lang.String bucketName,
BucketNotificationConfiguration bucketNotificationConfiguration) |
void |
AmazonS3.setBucketNotificationConfiguration(java.lang.String bucketName,
BucketNotificationConfiguration bucketNotificationConfiguration)
Sets the notification configuration for the specified bucket.
|
void |
AbstractAmazonS3.setBucketNotificationConfiguration(java.lang.String bucketName,
BucketNotificationConfiguration bucketNotificationConfiguration) |
Modifier and Type | Field and Description |
---|---|
private BucketNotificationConfiguration |
SetBucketNotificationConfigurationRequest.notificationConfiguration |
Modifier and Type | Method and Description |
---|---|
BucketNotificationConfiguration |
BucketNotificationConfiguration.addConfiguration(java.lang.String name,
NotificationConfiguration notificationConfiguration)
Adds the given notification configuration to the
BucketNotificationConfiguration object |
BucketNotificationConfiguration |
SetBucketNotificationConfigurationRequest.getBucketNotificationConfiguration()
Deprecated.
Use getNotificationConfiguration() instead.
|
BucketNotificationConfiguration |
SetBucketNotificationConfigurationRequest.getNotificationConfiguration()
Gets the new notification configuration for the specified bucket.
|
BucketNotificationConfiguration |
BucketNotificationConfiguration.withNotificationConfiguration(java.util.Map<java.lang.String,NotificationConfiguration> notificationConfiguration)
Sets the given notification configurations and returns this object.
|
BucketNotificationConfiguration |
BucketNotificationConfiguration.withTopicConfigurations(BucketNotificationConfiguration.TopicConfiguration... topicConfigurations)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
SetBucketNotificationConfigurationRequest(BucketNotificationConfiguration bucketNotificationConfiguration,
java.lang.String bucket)
Deprecated.
Use SetBucketNotificationConfigurationRequest(String, BucketNotificationConfiguration) instead.
|
SetBucketNotificationConfigurationRequest(java.lang.String bucketName,
BucketNotificationConfiguration notificationConfiguration)
Constructs a new
SetBucketNotificationConfigurationRequest
to set the bucket notification configuration of
the specified bucket. |
Modifier and Type | Method and Description |
---|---|
BucketNotificationConfiguration |
BucketNotificationConfigurationStaxUnmarshaller.unmarshall(java.io.InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
byte[] |
BucketConfigurationXmlFactory.convertToXmlByteArray(BucketNotificationConfiguration notificationConfiguration)
Converts the specified notification configuration into an XML byte array.
|