Uses of Class
com.oracle.bmc.mediaservices.model.StreamPackagingConfigEncryption.Algorithm
-
Packages that use StreamPackagingConfigEncryption.Algorithm Package Description com.oracle.bmc.mediaservices.model -
-
Uses of StreamPackagingConfigEncryption.Algorithm in com.oracle.bmc.mediaservices.model
Methods in com.oracle.bmc.mediaservices.model that return StreamPackagingConfigEncryption.Algorithm Modifier and Type Method Description static StreamPackagingConfigEncryption.Algorithm
StreamPackagingConfigEncryption.Algorithm. create(String key)
static StreamPackagingConfigEncryption.Algorithm
StreamPackagingConfigEncryption.Algorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static StreamPackagingConfigEncryption.Algorithm[]
StreamPackagingConfigEncryption.Algorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-