Uses of Class
software.amazon.awssdk.services.mediapackage.model.CmafEncryptionMethod
-
Packages that use CmafEncryptionMethod Package Description software.amazon.awssdk.services.mediapackage.model -
-
Uses of CmafEncryptionMethod in software.amazon.awssdk.services.mediapackage.model
Methods in software.amazon.awssdk.services.mediapackage.model that return CmafEncryptionMethod Modifier and Type Method Description CmafEncryptionMethodCmafEncryption. encryptionMethod()Returns the value of the EncryptionMethod property for this object.static CmafEncryptionMethodCmafEncryptionMethod. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CmafEncryptionMethodCmafEncryptionMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static CmafEncryptionMethod[]CmafEncryptionMethod. 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 CmafEncryptionMethod Modifier and Type Method Description static Set<CmafEncryptionMethod>CmafEncryptionMethod. knownValues()Methods in software.amazon.awssdk.services.mediapackage.model with parameters of type CmafEncryptionMethod Modifier and Type Method Description CmafEncryption.BuilderCmafEncryption.Builder. encryptionMethod(CmafEncryptionMethod encryptionMethod)Sets the value of the EncryptionMethod property for this object.
-