Uses of Class
com.oracle.bmc.batch.requests.CancelBatchJobRequest
-
Packages that use CancelBatchJobRequest Package Description com.oracle.bmc.batch com.oracle.bmc.batch.requests -
-
Uses of CancelBatchJobRequest in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch with parameters of type CancelBatchJobRequest Modifier and Type Method Description CancelBatchJobResponseBatchComputing. cancelBatchJob(CancelBatchJobRequest request)Cancels a batch job.Future<CancelBatchJobResponse>BatchComputingAsync. cancelBatchJob(CancelBatchJobRequest request, AsyncHandler<CancelBatchJobRequest,CancelBatchJobResponse> handler)Cancels a batch job.Future<CancelBatchJobResponse>BatchComputingAsyncClient. cancelBatchJob(CancelBatchJobRequest request, AsyncHandler<CancelBatchJobRequest,CancelBatchJobResponse> handler)CancelBatchJobResponseBatchComputingClient. cancelBatchJob(CancelBatchJobRequest request)Method parameters in com.oracle.bmc.batch with type arguments of type CancelBatchJobRequest Modifier and Type Method Description Future<CancelBatchJobResponse>BatchComputingAsync. cancelBatchJob(CancelBatchJobRequest request, AsyncHandler<CancelBatchJobRequest,CancelBatchJobResponse> handler)Cancels a batch job.Future<CancelBatchJobResponse>BatchComputingAsyncClient. cancelBatchJob(CancelBatchJobRequest request, AsyncHandler<CancelBatchJobRequest,CancelBatchJobResponse> handler) -
Uses of CancelBatchJobRequest in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return CancelBatchJobRequest Modifier and Type Method Description CancelBatchJobRequestCancelBatchJobRequest.Builder. build()Build the instance of CancelBatchJobRequest as configured by this builderCancelBatchJobRequestCancelBatchJobRequest.Builder. buildWithoutInvocationCallback()Build the instance of CancelBatchJobRequest as configured by this builderMethods in com.oracle.bmc.batch.requests with parameters of type CancelBatchJobRequest Modifier and Type Method Description CancelBatchJobRequest.BuilderCancelBatchJobRequest.Builder. copy(CancelBatchJobRequest o)Copy method to populate the builder with values from the given instance.
-