| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateEncryption |
UpdateEncryption.clone() |
UpdateEncryption |
UpdateFlowSourceRequest.getDecryption()
The type of encryption used on the content ingested from this source.
|
UpdateEncryption |
UpdateFlowEntitlementRequest.getEncryption()
The type of encryption that will be used on the output associated with this entitlement.
|
UpdateEncryption |
UpdateFlowOutputRequest.getEncryption()
The type of key used for the encryption.
|
UpdateEncryption |
UpdateEncryption.withAlgorithm(Algorithm algorithm)
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
|
UpdateEncryption |
UpdateEncryption.withAlgorithm(String algorithm)
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
|
UpdateEncryption |
UpdateEncryption.withKeyType(KeyType keyType)
The type of key that is used for the encryption.
|
UpdateEncryption |
UpdateEncryption.withKeyType(String keyType)
The type of key that is used for the encryption.
|
UpdateEncryption |
UpdateEncryption.withRoleArn(String roleArn)
The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted
entity).
|
UpdateEncryption |
UpdateEncryption.withSecretArn(String secretArn)
The ARN that was assigned to the secret that you created in AWS Secrets Manager to store the encryption key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFlowSourceRequest.setDecryption(UpdateEncryption decryption)
The type of encryption used on the content ingested from this source.
|
void |
UpdateFlowEntitlementRequest.setEncryption(UpdateEncryption encryption)
The type of encryption that will be used on the output associated with this entitlement.
|
void |
UpdateFlowOutputRequest.setEncryption(UpdateEncryption encryption)
The type of key used for the encryption.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withDecryption(UpdateEncryption decryption)
The type of encryption used on the content ingested from this source.
|
UpdateFlowEntitlementRequest |
UpdateFlowEntitlementRequest.withEncryption(UpdateEncryption encryption)
The type of encryption that will be used on the output associated with this entitlement.
|
UpdateFlowOutputRequest |
UpdateFlowOutputRequest.withEncryption(UpdateEncryption encryption)
The type of key used for the encryption.
|
Copyright © 2019. All rights reserved.