Uses of Class
com.oracle.bmc.lockbox.responses.CancelWorkRequestResponse
-
Packages that use CancelWorkRequestResponse Package Description com.oracle.bmc.lockbox com.oracle.bmc.lockbox.responses -
-
Uses of CancelWorkRequestResponse in com.oracle.bmc.lockbox
Methods in com.oracle.bmc.lockbox that return CancelWorkRequestResponse Modifier and Type Method Description CancelWorkRequestResponse
Lockbox. cancelWorkRequest(CancelWorkRequestRequest request)
Cancels the work request with the given ID.CancelWorkRequestResponse
LockboxClient. cancelWorkRequest(CancelWorkRequestRequest request)
Methods in com.oracle.bmc.lockbox that return types with arguments of type CancelWorkRequestResponse Modifier and Type Method Description Future<CancelWorkRequestResponse>
LockboxAsync. cancelWorkRequest(CancelWorkRequestRequest request, AsyncHandler<CancelWorkRequestRequest,CancelWorkRequestResponse> handler)
Cancels the work request with the given ID.Future<CancelWorkRequestResponse>
LockboxAsyncClient. cancelWorkRequest(CancelWorkRequestRequest request, AsyncHandler<CancelWorkRequestRequest,CancelWorkRequestResponse> handler)
Method parameters in com.oracle.bmc.lockbox with type arguments of type CancelWorkRequestResponse Modifier and Type Method Description Future<CancelWorkRequestResponse>
LockboxAsync. cancelWorkRequest(CancelWorkRequestRequest request, AsyncHandler<CancelWorkRequestRequest,CancelWorkRequestResponse> handler)
Cancels the work request with the given ID.Future<CancelWorkRequestResponse>
LockboxAsyncClient. cancelWorkRequest(CancelWorkRequestRequest request, AsyncHandler<CancelWorkRequestRequest,CancelWorkRequestResponse> handler)
-
Uses of CancelWorkRequestResponse in com.oracle.bmc.lockbox.responses
Methods in com.oracle.bmc.lockbox.responses that return CancelWorkRequestResponse Modifier and Type Method Description CancelWorkRequestResponse
CancelWorkRequestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.lockbox.responses with parameters of type CancelWorkRequestResponse Modifier and Type Method Description CancelWorkRequestResponse.Builder
CancelWorkRequestResponse.Builder. copy(CancelWorkRequestResponse o)
Copy method to populate the builder with values from the given instance.
-