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 |
AmazonS3Client.deleteBucketEncryption(DeleteBucketEncryptionRequest deleteBucketEncryptionRequest) |
DeleteBucketEncryptionResult |
AmazonS3.deleteBucketEncryption(DeleteBucketEncryptionRequest request)
Deletes the server-side encryption configuration from the bucket.
|
DeleteBucketEncryptionResult |
AbstractAmazonS3.deleteBucketEncryption(DeleteBucketEncryptionRequest request) |
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.
|
Copyright © 2019. All rights reserved.