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 |
---|---|
DeleteBucketEncryptionResult |
AbstractAmazonS3.deleteBucketEncryption(DeleteBucketEncryptionRequest request) |
DeleteBucketEncryptionResult |
AmazonS3Client.deleteBucketEncryption(DeleteBucketEncryptionRequest deleteBucketEncryptionRequest) |
DeleteBucketEncryptionResult |
AmazonS3.deleteBucketEncryption(DeleteBucketEncryptionRequest request)
Deletes the server-side encryption configuration from the bucket.
|
Modifier and Type | Method and Description |
---|---|
DeleteBucketEncryptionRequest |
DeleteBucketEncryptionRequest.clone() |
DeleteBucketEncryptionRequest |
DeleteBucketEncryptionRequest.withBucketName(String bucket)
The name of the bucket for which to delete the encryption configuration.
|
DeleteBucketEncryptionRequest |
DeleteBucketEncryptionRequest.withExpectedBucketOwner(String expectedBucketOwner) |
Copyright © 2022. All rights reserved.