| 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.withConstantInitializationVector(String constantInitializationVector)
A 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for encrypting
content.
|
UpdateEncryption |
UpdateEncryption.withDeviceId(String deviceId)
The value of one of the devices that you configured with your digital rights management (DRM) platform key
provider.
|
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.withRegion(String region)
The AWS Region that the API Gateway proxy endpoint was created in.
|
UpdateEncryption |
UpdateEncryption.withResourceId(String resourceId)
An identifier for the content.
|
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 of the secret that you created in AWS Secrets Manager to store the encryption key.
|
UpdateEncryption |
UpdateEncryption.withUrl(String url)
The URL from the API Gateway proxy that you set up to talk to your key server.
|
| 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 © 2021. All rights reserved.