Uses of Class
com.oracle.bmc.distributeddatabase.model.CreateDistributedDatabaseDetails.ShardingMethod
-
Packages that use CreateDistributedDatabaseDetails.ShardingMethod Package Description com.oracle.bmc.distributeddatabase.model -
-
Uses of CreateDistributedDatabaseDetails.ShardingMethod in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return CreateDistributedDatabaseDetails.ShardingMethod Modifier and Type Method Description static CreateDistributedDatabaseDetails.ShardingMethodCreateDistributedDatabaseDetails.ShardingMethod. create(String key)CreateDistributedDatabaseDetails.ShardingMethodCreateDistributedDatabaseDetails. getShardingMethod()Sharding Methods for the Globally distributed database.static CreateDistributedDatabaseDetails.ShardingMethodCreateDistributedDatabaseDetails.ShardingMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static CreateDistributedDatabaseDetails.ShardingMethod[]CreateDistributedDatabaseDetails.ShardingMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.distributeddatabase.model with parameters of type CreateDistributedDatabaseDetails.ShardingMethod Modifier and Type Method Description CreateDistributedDatabaseDetails.BuilderCreateDistributedDatabaseDetails.Builder. shardingMethod(CreateDistributedDatabaseDetails.ShardingMethod shardingMethod)Sharding Methods for the Globally distributed database.
-