Uses of Class
com.oracle.bmc.nosql.responses.DeleteWorkRequestResponse
-
Packages that use DeleteWorkRequestResponse Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.responses -
-
Uses of DeleteWorkRequestResponse in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql that return DeleteWorkRequestResponse Modifier and Type Method Description DeleteWorkRequestResponse
Nosql. deleteWorkRequest(DeleteWorkRequestRequest request)
Cancel a work request operation with the given ID.DeleteWorkRequestResponse
NosqlClient. deleteWorkRequest(DeleteWorkRequestRequest request)
Methods in com.oracle.bmc.nosql that return types with arguments of type DeleteWorkRequestResponse Modifier and Type Method Description Future<DeleteWorkRequestResponse>
NosqlAsync. deleteWorkRequest(DeleteWorkRequestRequest request, AsyncHandler<DeleteWorkRequestRequest,DeleteWorkRequestResponse> handler)
Cancel a work request operation with the given ID.Future<DeleteWorkRequestResponse>
NosqlAsyncClient. deleteWorkRequest(DeleteWorkRequestRequest request, AsyncHandler<DeleteWorkRequestRequest,DeleteWorkRequestResponse> handler)
Method parameters in com.oracle.bmc.nosql with type arguments of type DeleteWorkRequestResponse Modifier and Type Method Description Future<DeleteWorkRequestResponse>
NosqlAsync. deleteWorkRequest(DeleteWorkRequestRequest request, AsyncHandler<DeleteWorkRequestRequest,DeleteWorkRequestResponse> handler)
Cancel a work request operation with the given ID.Future<DeleteWorkRequestResponse>
NosqlAsyncClient. deleteWorkRequest(DeleteWorkRequestRequest request, AsyncHandler<DeleteWorkRequestRequest,DeleteWorkRequestResponse> handler)
-
Uses of DeleteWorkRequestResponse in com.oracle.bmc.nosql.responses
Methods in com.oracle.bmc.nosql.responses that return DeleteWorkRequestResponse Modifier and Type Method Description DeleteWorkRequestResponse
DeleteWorkRequestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.nosql.responses with parameters of type DeleteWorkRequestResponse Modifier and Type Method Description DeleteWorkRequestResponse.Builder
DeleteWorkRequestResponse.Builder. copy(DeleteWorkRequestResponse o)
Copy method to populate the builder with values from the given instance.
-