| Package | Description |
|---|---|
| com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
ServerSideEncryptionRule |
ServerSideEncryptionRule.clone() |
ServerSideEncryptionRule |
ServerSideEncryptionRule.withApplyServerSideEncryptionByDefault(ServerSideEncryptionByDefault applyServerSideEncryptionByDefault)
Sets the default server-side encryption to apply to new objects in the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServerSideEncryptionRule> |
ServerSideEncryptionConfiguration.getRules() |
| Modifier and Type | Method and Description |
|---|---|
ServerSideEncryptionConfiguration |
ServerSideEncryptionConfiguration.withRules(ServerSideEncryptionRule... rules)
Sets the list of SSE configuration rules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerSideEncryptionConfiguration.setRules(Collection<ServerSideEncryptionRule> rules)
Sets the list of SSE configuration rules.
|
ServerSideEncryptionConfiguration |
ServerSideEncryptionConfiguration.withRules(Collection<ServerSideEncryptionRule> rules)
Sets the list of SSE configuration rules.
|
Copyright © 2017. All rights reserved.