| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
static Algorithm |
Algorithm.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
Encryption |
Encryption.withAlgorithm(Algorithm algorithm)
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
|
UpdateEncryption |
UpdateEncryption.withAlgorithm(Algorithm algorithm)
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
|
Copyright © 2021. All rights reserved.