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