Uses of Class
com.oracle.bmc.batch.responses.PauseBatchJobResponse
-
Packages that use PauseBatchJobResponse Package Description com.oracle.bmc.batch com.oracle.bmc.batch.responses -
-
Uses of PauseBatchJobResponse in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return PauseBatchJobResponse Modifier and Type Method Description PauseBatchJobResponseBatchComputing. pauseBatchJob(PauseBatchJobRequest request)Pauses the batch job and all its tasks.PauseBatchJobResponseBatchComputingClient. pauseBatchJob(PauseBatchJobRequest request)Methods in com.oracle.bmc.batch that return types with arguments of type PauseBatchJobResponse Modifier and Type Method Description Future<PauseBatchJobResponse>BatchComputingAsync. pauseBatchJob(PauseBatchJobRequest request, AsyncHandler<PauseBatchJobRequest,PauseBatchJobResponse> handler)Pauses the batch job and all its tasks.Future<PauseBatchJobResponse>BatchComputingAsyncClient. pauseBatchJob(PauseBatchJobRequest request, AsyncHandler<PauseBatchJobRequest,PauseBatchJobResponse> handler)Method parameters in com.oracle.bmc.batch with type arguments of type PauseBatchJobResponse Modifier and Type Method Description Future<PauseBatchJobResponse>BatchComputingAsync. pauseBatchJob(PauseBatchJobRequest request, AsyncHandler<PauseBatchJobRequest,PauseBatchJobResponse> handler)Pauses the batch job and all its tasks.Future<PauseBatchJobResponse>BatchComputingAsyncClient. pauseBatchJob(PauseBatchJobRequest request, AsyncHandler<PauseBatchJobRequest,PauseBatchJobResponse> handler) -
Uses of PauseBatchJobResponse in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return PauseBatchJobResponse Modifier and Type Method Description PauseBatchJobResponsePauseBatchJobResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.batch.responses with parameters of type PauseBatchJobResponse Modifier and Type Method Description PauseBatchJobResponse.BuilderPauseBatchJobResponse.Builder. copy(PauseBatchJobResponse o)Copy method to populate the builder with values from the given instance.
-