| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Encryption |
Encryption.clone() |
Encryption |
Source.getDecryption()
The type of encryption that is used on the content ingested from this source.
|
Encryption |
SetSourceRequest.getDecryption()
The type of encryption that is used on the content ingested from this source.
|
Encryption |
Entitlement.getEncryption()
The type of encryption that will be used on the output that is associated with this entitlement.
|
Encryption |
Output.getEncryption()
The type of key used for the encryption.
|
Encryption |
GrantEntitlementRequest.getEncryption()
The type of encryption that will be used on the output that is associated with this entitlement.
|
Encryption |
AddOutputRequest.getEncryption()
The type of key used for the encryption.
|
Encryption |
Encryption.withAlgorithm(Algorithm algorithm)
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
|
Encryption |
Encryption.withAlgorithm(String algorithm)
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
|
Encryption |
Encryption.withKeyType(KeyType keyType)
The type of key that is used for the encryption.
|
Encryption |
Encryption.withKeyType(String keyType)
The type of key that is used for the encryption.
|
Encryption |
Encryption.withRoleArn(String roleArn)
The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted
entity).
|
Encryption |
Encryption.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 |
Source.setDecryption(Encryption decryption)
The type of encryption that is used on the content ingested from this source.
|
void |
SetSourceRequest.setDecryption(Encryption decryption)
The type of encryption that is used on the content ingested from this source.
|
void |
Entitlement.setEncryption(Encryption encryption)
The type of encryption that will be used on the output that is associated with this entitlement.
|
void |
Output.setEncryption(Encryption encryption)
The type of key used for the encryption.
|
void |
GrantEntitlementRequest.setEncryption(Encryption encryption)
The type of encryption that will be used on the output that is associated with this entitlement.
|
void |
AddOutputRequest.setEncryption(Encryption encryption)
The type of key used for the encryption.
|
Source |
Source.withDecryption(Encryption decryption)
The type of encryption that is used on the content ingested from this source.
|
SetSourceRequest |
SetSourceRequest.withDecryption(Encryption decryption)
The type of encryption that is used on the content ingested from this source.
|
Entitlement |
Entitlement.withEncryption(Encryption encryption)
The type of encryption that will be used on the output that is associated with this entitlement.
|
Output |
Output.withEncryption(Encryption encryption)
The type of key used for the encryption.
|
GrantEntitlementRequest |
GrantEntitlementRequest.withEncryption(Encryption encryption)
The type of encryption that will be used on the output that is associated with this entitlement.
|
AddOutputRequest |
AddOutputRequest.withEncryption(Encryption encryption)
The type of key used for the encryption.
|
Copyright © 2019. All rights reserved.