Uses of Class
com.oracle.bmc.blockchain.responses.DeleteWorkRequestResponse
-
Packages that use DeleteWorkRequestResponse Package Description com.oracle.bmc.blockchain com.oracle.bmc.blockchain.responses -
-
Uses of DeleteWorkRequestResponse in com.oracle.bmc.blockchain
Methods in com.oracle.bmc.blockchain that return DeleteWorkRequestResponse Modifier and Type Method Description DeleteWorkRequestResponse
BlockchainPlatform. deleteWorkRequest(DeleteWorkRequestRequest request)
Attempts to cancel the work request with the given ID.DeleteWorkRequestResponse
BlockchainPlatformClient. deleteWorkRequest(DeleteWorkRequestRequest request)
Methods in com.oracle.bmc.blockchain that return types with arguments of type DeleteWorkRequestResponse Modifier and Type Method Description Future<DeleteWorkRequestResponse>
BlockchainPlatformAsync. deleteWorkRequest(DeleteWorkRequestRequest request, AsyncHandler<DeleteWorkRequestRequest,DeleteWorkRequestResponse> handler)
Attempts to cancel the work request with the given ID.Future<DeleteWorkRequestResponse>
BlockchainPlatformAsyncClient. deleteWorkRequest(DeleteWorkRequestRequest request, AsyncHandler<DeleteWorkRequestRequest,DeleteWorkRequestResponse> handler)
Method parameters in com.oracle.bmc.blockchain with type arguments of type DeleteWorkRequestResponse Modifier and Type Method Description Future<DeleteWorkRequestResponse>
BlockchainPlatformAsync. deleteWorkRequest(DeleteWorkRequestRequest request, AsyncHandler<DeleteWorkRequestRequest,DeleteWorkRequestResponse> handler)
Attempts to cancel the work request with the given ID.Future<DeleteWorkRequestResponse>
BlockchainPlatformAsyncClient. deleteWorkRequest(DeleteWorkRequestRequest request, AsyncHandler<DeleteWorkRequestRequest,DeleteWorkRequestResponse> handler)
-
Uses of DeleteWorkRequestResponse in com.oracle.bmc.blockchain.responses
Methods in com.oracle.bmc.blockchain.responses that return DeleteWorkRequestResponse Modifier and Type Method Description DeleteWorkRequestResponse
DeleteWorkRequestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.blockchain.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.
-