Uses of Class
com.oracle.bmc.resourcemanager.responses.CancelJobResponse
-
Packages that use CancelJobResponse Package Description com.oracle.bmc.resourcemanager com.oracle.bmc.resourcemanager.responses -
-
Uses of CancelJobResponse in com.oracle.bmc.resourcemanager
Methods in com.oracle.bmc.resourcemanager that return CancelJobResponse Modifier and Type Method Description CancelJobResponse
ResourceManager. cancelJob(CancelJobRequest request)
Indicates the intention to cancel the specified job.CancelJobResponse
ResourceManagerClient. cancelJob(CancelJobRequest request)
Methods in com.oracle.bmc.resourcemanager that return types with arguments of type CancelJobResponse Modifier and Type Method Description Future<CancelJobResponse>
ResourceManagerAsync. cancelJob(CancelJobRequest request, AsyncHandler<CancelJobRequest,CancelJobResponse> handler)
Indicates the intention to cancel the specified job.Future<CancelJobResponse>
ResourceManagerAsyncClient. cancelJob(CancelJobRequest request, AsyncHandler<CancelJobRequest,CancelJobResponse> handler)
Method parameters in com.oracle.bmc.resourcemanager with type arguments of type CancelJobResponse Modifier and Type Method Description Future<CancelJobResponse>
ResourceManagerAsync. cancelJob(CancelJobRequest request, AsyncHandler<CancelJobRequest,CancelJobResponse> handler)
Indicates the intention to cancel the specified job.Future<CancelJobResponse>
ResourceManagerAsyncClient. cancelJob(CancelJobRequest request, AsyncHandler<CancelJobRequest,CancelJobResponse> handler)
-
Uses of CancelJobResponse in com.oracle.bmc.resourcemanager.responses
Methods in com.oracle.bmc.resourcemanager.responses that return CancelJobResponse Modifier and Type Method Description CancelJobResponse
CancelJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.resourcemanager.responses with parameters of type CancelJobResponse Modifier and Type Method Description CancelJobResponse.Builder
CancelJobResponse.Builder. copy(CancelJobResponse o)
Copy method to populate the builder with values from the given instance.
-