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