Uses of Class
com.oracle.bmc.nosql.responses.CreateReplicaResponse
-
Packages that use CreateReplicaResponse Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.responses -
-
Uses of CreateReplicaResponse in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql that return CreateReplicaResponse Modifier and Type Method Description CreateReplicaResponse
Nosql. createReplica(CreateReplicaRequest request)
Add a replica for this tableCreateReplicaResponse
NosqlClient. createReplica(CreateReplicaRequest request)
Methods in com.oracle.bmc.nosql that return types with arguments of type CreateReplicaResponse Modifier and Type Method Description Future<CreateReplicaResponse>
NosqlAsync. createReplica(CreateReplicaRequest request, AsyncHandler<CreateReplicaRequest,CreateReplicaResponse> handler)
Add a replica for this tableFuture<CreateReplicaResponse>
NosqlAsyncClient. createReplica(CreateReplicaRequest request, AsyncHandler<CreateReplicaRequest,CreateReplicaResponse> handler)
Method parameters in com.oracle.bmc.nosql with type arguments of type CreateReplicaResponse Modifier and Type Method Description Future<CreateReplicaResponse>
NosqlAsync. createReplica(CreateReplicaRequest request, AsyncHandler<CreateReplicaRequest,CreateReplicaResponse> handler)
Add a replica for this tableFuture<CreateReplicaResponse>
NosqlAsyncClient. createReplica(CreateReplicaRequest request, AsyncHandler<CreateReplicaRequest,CreateReplicaResponse> handler)
-
Uses of CreateReplicaResponse in com.oracle.bmc.nosql.responses
Methods in com.oracle.bmc.nosql.responses that return CreateReplicaResponse Modifier and Type Method Description CreateReplicaResponse
CreateReplicaResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.nosql.responses with parameters of type CreateReplicaResponse Modifier and Type Method Description CreateReplicaResponse.Builder
CreateReplicaResponse.Builder. copy(CreateReplicaResponse o)
Copy method to populate the builder with values from the given instance.
-