| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
GeneratedManifestEncryption |
GeneratedManifestEncryption.clone() |
GeneratedManifestEncryption |
S3ManifestOutputLocation.getManifestEncryption()
Specifies what encryption should be used when the generated manifest objects are written.
|
GeneratedManifestEncryption |
GeneratedManifestEncryption.withSSEKMS(SSEKMSEncryption sSEKMS)
Configuration details on how SSE-KMS is used to encrypt generated manifest objects.
|
GeneratedManifestEncryption |
GeneratedManifestEncryption.withSSES3(SSES3Encryption sSES3)
Specifies the use of SSE-S3 to encrypt generated manifest objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
S3ManifestOutputLocation.setManifestEncryption(GeneratedManifestEncryption manifestEncryption)
Specifies what encryption should be used when the generated manifest objects are written.
|
S3ManifestOutputLocation |
S3ManifestOutputLocation.withManifestEncryption(GeneratedManifestEncryption manifestEncryption)
Specifies what encryption should be used when the generated manifest objects are written.
|
Copyright © 2023. All rights reserved.