Uses of Class
software.amazon.awssdk.services.mediapackage.model.EncryptionMethod
-
Packages that use EncryptionMethod Package Description software.amazon.awssdk.services.mediapackage.model -
-
Uses of EncryptionMethod in software.amazon.awssdk.services.mediapackage.model
Methods in software.amazon.awssdk.services.mediapackage.model that return EncryptionMethod Modifier and Type Method Description EncryptionMethodHlsEncryption. encryptionMethod()The encryption method to use.static EncryptionMethodEncryptionMethod. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EncryptionMethodEncryptionMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static EncryptionMethod[]EncryptionMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediapackage.model that return types with arguments of type EncryptionMethod Modifier and Type Method Description static Set<EncryptionMethod>EncryptionMethod. knownValues()Methods in software.amazon.awssdk.services.mediapackage.model with parameters of type EncryptionMethod Modifier and Type Method Description HlsEncryption.BuilderHlsEncryption.Builder. encryptionMethod(EncryptionMethod encryptionMethod)The encryption method to use.
-