Uses of Class
com.oracle.bmc.nosql.requests.DeleteReplicaRequest
-
Packages that use DeleteReplicaRequest Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.requests -
-
Uses of DeleteReplicaRequest in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql with parameters of type DeleteReplicaRequest Modifier and Type Method Description DeleteReplicaResponse
Nosql. deleteReplica(DeleteReplicaRequest request)
Delete the specified replica table in the remote region.Future<DeleteReplicaResponse>
NosqlAsync. deleteReplica(DeleteReplicaRequest request, AsyncHandler<DeleteReplicaRequest,DeleteReplicaResponse> handler)
Delete the specified replica table in the remote region.Future<DeleteReplicaResponse>
NosqlAsyncClient. deleteReplica(DeleteReplicaRequest request, AsyncHandler<DeleteReplicaRequest,DeleteReplicaResponse> handler)
DeleteReplicaResponse
NosqlClient. deleteReplica(DeleteReplicaRequest request)
Method parameters in com.oracle.bmc.nosql with type arguments of type DeleteReplicaRequest Modifier and Type Method Description Future<DeleteReplicaResponse>
NosqlAsync. deleteReplica(DeleteReplicaRequest request, AsyncHandler<DeleteReplicaRequest,DeleteReplicaResponse> handler)
Delete the specified replica table in the remote region.Future<DeleteReplicaResponse>
NosqlAsyncClient. deleteReplica(DeleteReplicaRequest request, AsyncHandler<DeleteReplicaRequest,DeleteReplicaResponse> handler)
-
Uses of DeleteReplicaRequest in com.oracle.bmc.nosql.requests
Methods in com.oracle.bmc.nosql.requests that return DeleteReplicaRequest Modifier and Type Method Description DeleteReplicaRequest
DeleteReplicaRequest.Builder. build()
Build the instance of DeleteReplicaRequest as configured by this builderDeleteReplicaRequest
DeleteReplicaRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteReplicaRequest as configured by this builderMethods in com.oracle.bmc.nosql.requests with parameters of type DeleteReplicaRequest Modifier and Type Method Description DeleteReplicaRequest.Builder
DeleteReplicaRequest.Builder. copy(DeleteReplicaRequest o)
Copy method to populate the builder with values from the given instance.
-