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