Uses of Class
com.oracle.bmc.distributeddatabase.model.CreateDistributedDatabaseDetails.ReplicationMethod
-
Packages that use CreateDistributedDatabaseDetails.ReplicationMethod Package Description com.oracle.bmc.distributeddatabase.model -
-
Uses of CreateDistributedDatabaseDetails.ReplicationMethod in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return CreateDistributedDatabaseDetails.ReplicationMethod Modifier and Type Method Description static CreateDistributedDatabaseDetails.ReplicationMethodCreateDistributedDatabaseDetails.ReplicationMethod. create(String key)CreateDistributedDatabaseDetails.ReplicationMethodCreateDistributedDatabaseDetails. getReplicationMethod()The Replication method for Globally distributed database.static CreateDistributedDatabaseDetails.ReplicationMethodCreateDistributedDatabaseDetails.ReplicationMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static CreateDistributedDatabaseDetails.ReplicationMethod[]CreateDistributedDatabaseDetails.ReplicationMethod. 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.ReplicationMethod Modifier and Type Method Description CreateDistributedDatabaseDetails.BuilderCreateDistributedDatabaseDetails.Builder. replicationMethod(CreateDistributedDatabaseDetails.ReplicationMethod replicationMethod)The Replication method for Globally distributed database.
-