Uses of Class
com.oracle.bmc.nosql.requests.CreateReplicaRequest
- 
Packages that use CreateReplicaRequest Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.requests 
- 
- 
Uses of CreateReplicaRequest in com.oracle.bmc.nosqlMethods in com.oracle.bmc.nosql with parameters of type CreateReplicaRequest Modifier and Type Method Description CreateReplicaResponseNosql. createReplica(CreateReplicaRequest request)Add a replica for this table.Future<CreateReplicaResponse>NosqlAsync. createReplica(CreateReplicaRequest request, AsyncHandler<CreateReplicaRequest,CreateReplicaResponse> handler)Add a replica for this table.Future<CreateReplicaResponse>NosqlAsyncClient. createReplica(CreateReplicaRequest request, AsyncHandler<CreateReplicaRequest,CreateReplicaResponse> handler)CreateReplicaResponseNosqlClient. createReplica(CreateReplicaRequest request)Method parameters in com.oracle.bmc.nosql with type arguments of type CreateReplicaRequest Modifier and Type Method Description Future<CreateReplicaResponse>NosqlAsync. createReplica(CreateReplicaRequest request, AsyncHandler<CreateReplicaRequest,CreateReplicaResponse> handler)Add a replica for this table.Future<CreateReplicaResponse>NosqlAsyncClient. createReplica(CreateReplicaRequest request, AsyncHandler<CreateReplicaRequest,CreateReplicaResponse> handler)
- 
Uses of CreateReplicaRequest in com.oracle.bmc.nosql.requestsMethods in com.oracle.bmc.nosql.requests that return CreateReplicaRequest Modifier and Type Method Description CreateReplicaRequestCreateReplicaRequest.Builder. build()Build the instance of CreateReplicaRequest as configured by this builderCreateReplicaRequestCreateReplicaRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateReplicaRequest as configured by this builderMethods in com.oracle.bmc.nosql.requests with parameters of type CreateReplicaRequest Modifier and Type Method Description CreateReplicaRequest.BuilderCreateReplicaRequest.Builder. copy(CreateReplicaRequest o)Copy method to populate the builder with values from the given instance.
 
-