Uses of Class
software.amazon.awssdk.services.mediaconvert.model.HlsEncryptionType
-
Packages that use HlsEncryptionType Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of HlsEncryptionType in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return HlsEncryptionType Modifier and Type Method Description HlsEncryptionTypeHlsEncryptionSettings. encryptionMethod()Encrypts the segments with the given encryption scheme.static HlsEncryptionTypeHlsEncryptionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static HlsEncryptionTypeHlsEncryptionType. valueOf(String name)Returns the enum constant of this type with the specified name.static HlsEncryptionType[]HlsEncryptionType. 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 HlsEncryptionType Modifier and Type Method Description static Set<HlsEncryptionType>HlsEncryptionType. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type HlsEncryptionType Modifier and Type Method Description HlsEncryptionSettings.BuilderHlsEncryptionSettings.Builder. encryptionMethod(HlsEncryptionType encryptionMethod)Encrypts the segments with the given encryption scheme.
-