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