| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackagev2.model |
| Modifier and Type | Method and Description |
|---|---|
static EncryptionMethod.Builder |
EncryptionMethod.builder() |
EncryptionMethod.Builder |
EncryptionMethod.Builder.cmafEncryptionMethod(CmafEncryptionMethod cmafEncryptionMethod)
The encryption method to use.
|
EncryptionMethod.Builder |
EncryptionMethod.Builder.cmafEncryptionMethod(String cmafEncryptionMethod)
The encryption method to use.
|
EncryptionMethod.Builder |
EncryptionMethod.toBuilder() |
EncryptionMethod.Builder |
EncryptionMethod.Builder.tsEncryptionMethod(String tsEncryptionMethod)
The encryption method to use.
|
EncryptionMethod.Builder |
EncryptionMethod.Builder.tsEncryptionMethod(TsEncryptionMethod tsEncryptionMethod)
The encryption method to use.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EncryptionMethod.Builder> |
EncryptionMethod.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Encryption.Builder |
Encryption.Builder.encryptionMethod(Consumer<EncryptionMethod.Builder> encryptionMethod)
The encryption method to use.
|
Copyright © 2023. All rights reserved.