Uses of Class
com.oracle.bmc.batch.responses.CancelBatchJobResponse
-
Packages that use CancelBatchJobResponse Package Description com.oracle.bmc.batch com.oracle.bmc.batch.responses -
-
Uses of CancelBatchJobResponse in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return CancelBatchJobResponse Modifier and Type Method Description CancelBatchJobResponseBatchComputing. cancelBatchJob(CancelBatchJobRequest request)Cancels a batch job.CancelBatchJobResponseBatchComputingClient. cancelBatchJob(CancelBatchJobRequest request)Methods in com.oracle.bmc.batch that return types with arguments of type CancelBatchJobResponse 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)Method parameters in com.oracle.bmc.batch with type arguments of type CancelBatchJobResponse 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 CancelBatchJobResponse in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return CancelBatchJobResponse Modifier and Type Method Description CancelBatchJobResponseCancelBatchJobResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.batch.responses with parameters of type CancelBatchJobResponse Modifier and Type Method Description CancelBatchJobResponse.BuilderCancelBatchJobResponse.Builder. copy(CancelBatchJobResponse o)Copy method to populate the builder with values from the given instance.
-