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 |
---|---|
GetBucketEncryptionResult |
AmazonS3Client.getBucketEncryption(GetBucketEncryptionRequest getBucketEncryptionRequest) |
GetBucketEncryptionResult |
AbstractAmazonS3.getBucketEncryption(GetBucketEncryptionRequest request) |
GetBucketEncryptionResult |
AmazonS3.getBucketEncryption(GetBucketEncryptionRequest request)
Returns the server-side encryption configuration of a bucket.
|
Modifier and Type | Method and Description |
---|---|
GetBucketEncryptionRequest |
GetBucketEncryptionRequest.clone() |
GetBucketEncryptionRequest |
GetBucketEncryptionRequest.withBucketName(String bucketName)
The name of the bucket for which to retrieve delete the encryption configuration.
|
GetBucketEncryptionRequest |
GetBucketEncryptionRequest.withExpectedBucketOwner(String expectedBucketOwner) |
Copyright © 2021. All rights reserved.