Uses of Class
com.oracle.bmc.batch.requests.PauseBatchJobRequest
-
Packages that use PauseBatchJobRequest Package Description com.oracle.bmc.batch com.oracle.bmc.batch.requests -
-
Uses of PauseBatchJobRequest in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch with parameters of type PauseBatchJobRequest Modifier and Type Method Description PauseBatchJobResponseBatchComputing. pauseBatchJob(PauseBatchJobRequest request)Pauses the batch job and all its tasks.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)PauseBatchJobResponseBatchComputingClient. pauseBatchJob(PauseBatchJobRequest request)Method parameters in com.oracle.bmc.batch with type arguments of type PauseBatchJobRequest 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 PauseBatchJobRequest in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return PauseBatchJobRequest Modifier and Type Method Description PauseBatchJobRequestPauseBatchJobRequest.Builder. build()Build the instance of PauseBatchJobRequest as configured by this builderPauseBatchJobRequestPauseBatchJobRequest.Builder. buildWithoutInvocationCallback()Build the instance of PauseBatchJobRequest as configured by this builderMethods in com.oracle.bmc.batch.requests with parameters of type PauseBatchJobRequest Modifier and Type Method Description PauseBatchJobRequest.BuilderPauseBatchJobRequest.Builder. copy(PauseBatchJobRequest o)Copy method to populate the builder with values from the given instance.
-