| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Encryption |
SetSourceRequest.decryption()
The type of encryption that is used on the content ingested from this source.
|
Encryption |
Source.decryption()
The type of encryption that is used on the content ingested from this source.
|
Encryption |
GrantEntitlementRequest.encryption()
The type of encryption that will be used on the output that is associated with this entitlement.
|
Encryption |
Entitlement.encryption()
The type of encryption that will be used on the output that is associated with this entitlement.
|
Encryption |
AddOutputRequest.encryption()
The type of key used for the encryption.
|
Encryption |
Output.encryption()
The type of key used for the encryption.
|
| Modifier and Type | Method and Description |
|---|---|
SetSourceRequest.Builder |
SetSourceRequest.Builder.decryption(Encryption decryption)
The type of encryption that is used on the content ingested from this source.
|
Source.Builder |
Source.Builder.decryption(Encryption decryption)
The type of encryption that is used on the content ingested from this source.
|
GrantEntitlementRequest.Builder |
GrantEntitlementRequest.Builder.encryption(Encryption encryption)
The type of encryption that will be used on the output that is associated with this entitlement.
|
Entitlement.Builder |
Entitlement.Builder.encryption(Encryption encryption)
The type of encryption that will be used on the output that is associated with this entitlement.
|
AddOutputRequest.Builder |
AddOutputRequest.Builder.encryption(Encryption encryption)
The type of key used for the encryption.
|
Output.Builder |
Output.Builder.encryption(Encryption encryption)
The type of key used for the encryption.
|
Copyright © 2022. All rights reserved.