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.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonS3Client.setBucketNotificationConfiguration(SetBucketNotificationConfigurationRequest setBucketNotificationConfigurationRequest) |
void |
AbstractAmazonS3.setBucketNotificationConfiguration(SetBucketNotificationConfigurationRequest setBucketNotificationConfigurationRequest) |
void |
AmazonS3.setBucketNotificationConfiguration(SetBucketNotificationConfigurationRequest setBucketNotificationConfigurationRequest)
Sets the notification configuration for the specified bucket.
|
Modifier and Type | Method and Description |
---|---|
SetBucketNotificationConfigurationRequest |
SetBucketNotificationConfigurationRequest.withBucketName(String bucketName)
Sets the name of the bucket whose notification configuration is being
set, and returns this object so that additional method calls may be
chained together.
|
SetBucketNotificationConfigurationRequest |
SetBucketNotificationConfigurationRequest.withExpectedBucketOwner(String expectedBucketOwner) |
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.
|
SetBucketNotificationConfigurationRequest |
SetBucketNotificationConfigurationRequest.withSkipDestinationValidation(Boolean skipDestinationValidation)
Skips validation of SQS, SNS, and Lambda destinations
|
Copyright © 2024. All rights reserved.