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