Uses of Class
software.amazon.awssdk.services.mediaconnect.model.UpdateEncryption
-
Packages that use UpdateEncryption Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of UpdateEncryption in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return UpdateEncryption Modifier and Type Method Description UpdateEncryptionUpdateFlowSourceRequest. decryption()The type of encryption used on the content ingested from this source.UpdateEncryptionUpdateFlowEntitlementRequest. encryption()The type of encryption that will be used on the output associated with this entitlement.UpdateEncryptionUpdateFlowOutputRequest. encryption()The type of key used for the encryption.Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type UpdateEncryption Modifier and Type Method Description UpdateFlowSourceRequest.BuilderUpdateFlowSourceRequest.Builder. decryption(UpdateEncryption decryption)The type of encryption used on the content ingested from this source.UpdateFlowEntitlementRequest.BuilderUpdateFlowEntitlementRequest.Builder. encryption(UpdateEncryption encryption)The type of encryption that will be used on the output associated with this entitlement.UpdateFlowOutputRequest.BuilderUpdateFlowOutputRequest.Builder. encryption(UpdateEncryption encryption)The type of key used for the encryption.
-