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.nosql
Methods in com.oracle.bmc.nosql with parameters of type CreateReplicaRequest Modifier and Type Method Description CreateReplicaResponse
Nosql. createReplica(CreateReplicaRequest request)
Add a replica for this tableFuture<CreateReplicaResponse>
NosqlAsync. createReplica(CreateReplicaRequest request, AsyncHandler<CreateReplicaRequest,CreateReplicaResponse> handler)
Add a replica for this tableFuture<CreateReplicaResponse>
NosqlAsyncClient. createReplica(CreateReplicaRequest request, AsyncHandler<CreateReplicaRequest,CreateReplicaResponse> handler)
CreateReplicaResponse
NosqlClient. 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 tableFuture<CreateReplicaResponse>
NosqlAsyncClient. createReplica(CreateReplicaRequest request, AsyncHandler<CreateReplicaRequest,CreateReplicaResponse> handler)
-
Uses of CreateReplicaRequest in com.oracle.bmc.nosql.requests
Methods in com.oracle.bmc.nosql.requests that return CreateReplicaRequest Modifier and Type Method Description CreateReplicaRequest
CreateReplicaRequest.Builder. build()
Build the instance of CreateReplicaRequest as configured by this builderCreateReplicaRequest
CreateReplicaRequest.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.Builder
CreateReplicaRequest.Builder. copy(CreateReplicaRequest o)
Copy method to populate the builder with values from the given instance.
-