Uses of Class
software.amazon.awssdk.services.mediaconvert.model.CmafEncryptionType
-
Packages that use CmafEncryptionType Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of CmafEncryptionType in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return CmafEncryptionType Modifier and Type Method Description CmafEncryptionTypeCmafEncryptionSettings. encryptionMethod()Specify the encryption scheme that you want the service to use when encrypting your CMAF segments.static CmafEncryptionTypeCmafEncryptionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CmafEncryptionTypeCmafEncryptionType. valueOf(String name)Returns the enum constant of this type with the specified name.static CmafEncryptionType[]CmafEncryptionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type CmafEncryptionType Modifier and Type Method Description static Set<CmafEncryptionType>CmafEncryptionType. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type CmafEncryptionType Modifier and Type Method Description CmafEncryptionSettings.BuilderCmafEncryptionSettings.Builder. encryptionMethod(CmafEncryptionType encryptionMethod)Specify the encryption scheme that you want the service to use when encrypting your CMAF segments.
-