| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Algorithm |
Encryption.algorithm()
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
|
Algorithm |
UpdateEncryption.algorithm()
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
|
static Algorithm |
Algorithm.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Algorithm |
Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Algorithm[] |
Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Algorithm> |
Algorithm.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Encryption.Builder |
Encryption.Builder.algorithm(Algorithm algorithm)
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
|
UpdateEncryption.Builder |
UpdateEncryption.Builder.algorithm(Algorithm algorithm)
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
|
Copyright © 2020. All rights reserved.