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 |
---|---|
SetBucketEncryptionResult |
AbstractAmazonS3.setBucketEncryption(SetBucketEncryptionRequest request) |
SetBucketEncryptionResult |
AmazonS3Client.setBucketEncryption(SetBucketEncryptionRequest setBucketEncryptionRequest) |
SetBucketEncryptionResult |
AmazonS3.setBucketEncryption(SetBucketEncryptionRequest setBucketEncryptionRequest)
Creates a new server-side encryption configuration (or replaces an existing one, if present).
|
Modifier and Type | Method and Description |
---|---|
SetBucketEncryptionRequest |
SetBucketEncryptionRequest.clone() |
SetBucketEncryptionRequest |
SetBucketEncryptionRequest.withBucketName(String bucketName)
The name of the bucket for which to set the encryption configuration.
|
SetBucketEncryptionRequest |
SetBucketEncryptionRequest.withExpectedBucketOwner(String expectedBucketOwner) |
SetBucketEncryptionRequest |
SetBucketEncryptionRequest.withServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
Sets the container for server-side encryption configuration rules.
|
Copyright © 2023. All rights reserved.