public abstract class ServerSideEncryption extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerSideEncryption.CustomerKey
Customer-key type of Server-side encryption.
|
static class |
ServerSideEncryption.KMS
KMS type of Server-side encryption.
|
static class |
ServerSideEncryption.S3
S3 type of Server-side encryption.
|
| Constructor and Description |
|---|
ServerSideEncryption() |
| Modifier and Type | Method and Description |
|---|---|
Http.Headers |
copySourceHeaders() |
abstract Http.Headers |
headers() |
boolean |
tlsRequired() |
public abstract Http.Headers headers()
public boolean tlsRequired()
public Http.Headers copySourceHeaders()