Uses of Class
software.amazon.awssdk.services.mediaconnect.model.Encryption
-
Packages that use Encryption Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of Encryption in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return Encryption Modifier and Type Method Description EncryptionSetSourceRequest. decryption()The type of encryption that is used on the content ingested from this source.EncryptionSource. decryption()The type of encryption that is used on the content ingested from this source.EncryptionAddOutputRequest. encryption()The type of key used for the encryption.EncryptionEntitlement. encryption()The type of encryption that will be used on the output that is associated with this entitlement.EncryptionGrantEntitlementRequest. encryption()The type of encryption that will be used on the output that is associated with this entitlement.EncryptionOutput. encryption()The type of key used for the encryption.Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type Encryption Modifier and Type Method Description SetSourceRequest.BuilderSetSourceRequest.Builder. decryption(Encryption decryption)The type of encryption that is used on the content ingested from this source.Source.BuilderSource.Builder. decryption(Encryption decryption)The type of encryption that is used on the content ingested from this source.AddOutputRequest.BuilderAddOutputRequest.Builder. encryption(Encryption encryption)The type of key used for the encryption.Entitlement.BuilderEntitlement.Builder. encryption(Encryption encryption)The type of encryption that will be used on the output that is associated with this entitlement.GrantEntitlementRequest.BuilderGrantEntitlementRequest.Builder. encryption(Encryption encryption)The type of encryption that will be used on the output that is associated with this entitlement.Output.BuilderOutput.Builder. encryption(Encryption encryption)The type of key used for the encryption.
-