| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
S3EncryptionSettings |
S3EncryptionSettings.clone() |
S3EncryptionSettings |
S3DestinationSettings.getEncryption()
Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.
|
S3EncryptionSettings |
S3EncryptionSettings.withEncryptionType(S3ServerSideEncryptionType encryptionType)
Specify how you want your data keys managed.
|
S3EncryptionSettings |
S3EncryptionSettings.withEncryptionType(String encryptionType)
Specify how you want your data keys managed.
|
S3EncryptionSettings |
S3EncryptionSettings.withKmsEncryptionContext(String kmsEncryptionContext)
Optionally, specify the encryption context that you want to use alongside your KMS key.
|
S3EncryptionSettings |
S3EncryptionSettings.withKmsKeyArn(String kmsKeyArn)
Optionally, specify the customer master key (CMK) that you want to use to encrypt the data key that AWS uses to
encrypt your output content.
|
| Modifier and Type | Method and Description |
|---|---|
void |
S3DestinationSettings.setEncryption(S3EncryptionSettings encryption)
Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.
|
S3DestinationSettings |
S3DestinationSettings.withEncryption(S3EncryptionSettings encryption)
Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.
|
Copyright © 2025. All rights reserved.