Uses of Class
com.oracle.bmc.resourcemanager.requests.CancelJobRequest
-
Packages that use CancelJobRequest Package Description com.oracle.bmc.resourcemanager com.oracle.bmc.resourcemanager.requests -
-
Uses of CancelJobRequest in com.oracle.bmc.resourcemanager
Methods in com.oracle.bmc.resourcemanager with parameters of type CancelJobRequest Modifier and Type Method Description CancelJobResponse
ResourceManager. cancelJob(CancelJobRequest request)
Indicates the intention to cancel the specified job.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)
CancelJobResponse
ResourceManagerClient. cancelJob(CancelJobRequest request)
Method parameters in com.oracle.bmc.resourcemanager with type arguments of type CancelJobRequest 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 CancelJobRequest in com.oracle.bmc.resourcemanager.requests
Methods in com.oracle.bmc.resourcemanager.requests that return CancelJobRequest Modifier and Type Method Description CancelJobRequest
CancelJobRequest.Builder. build()
Build the instance of CancelJobRequest as configured by this builderCancelJobRequest
CancelJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CancelJobRequest as configured by this builderMethods in com.oracle.bmc.resourcemanager.requests with parameters of type CancelJobRequest Modifier and Type Method Description CancelJobRequest.Builder
CancelJobRequest.Builder. copy(CancelJobRequest o)
Copy method to populate the builder with values from the given instance.
-