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 |
AmazonS3.getBucketEncryption(GetBucketEncryptionRequest request)
Returns the server-side encryption configuration of a bucket.
|
GetBucketEncryptionResult |
AbstractAmazonS3.getBucketEncryption(GetBucketEncryptionRequest request) |
GetBucketEncryptionResult |
AmazonS3Client.getBucketEncryption(String bucketName) |
GetBucketEncryptionResult |
AmazonS3.getBucketEncryption(String bucketName)
Returns the server-side encryption configuration of a bucket.
|
GetBucketEncryptionResult |
AbstractAmazonS3.getBucketEncryption(String bucketName) |
Modifier and Type | Method and Description |
---|---|
GetBucketEncryptionResult |
GetBucketEncryptionResult.clone() |
GetBucketEncryptionResult |
GetBucketEncryptionResult.withServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
Sets the container for server-side encryption configuration rules.
|
Copyright © 2020. All rights reserved.