Uses of Class
com.oracle.bmc.batch.requests.UnpauseBatchJobRequest
-
Packages that use UnpauseBatchJobRequest Package Description com.oracle.bmc.batch com.oracle.bmc.batch.requests -
-
Uses of UnpauseBatchJobRequest in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch with parameters of type UnpauseBatchJobRequest Modifier and Type Method Description UnpauseBatchJobResponseBatchComputing. unpauseBatchJob(UnpauseBatchJobRequest request)Resumes the batch job and all its tasks.Future<UnpauseBatchJobResponse>BatchComputingAsync. unpauseBatchJob(UnpauseBatchJobRequest request, AsyncHandler<UnpauseBatchJobRequest,UnpauseBatchJobResponse> handler)Resumes the batch job and all its tasks.Future<UnpauseBatchJobResponse>BatchComputingAsyncClient. unpauseBatchJob(UnpauseBatchJobRequest request, AsyncHandler<UnpauseBatchJobRequest,UnpauseBatchJobResponse> handler)UnpauseBatchJobResponseBatchComputingClient. unpauseBatchJob(UnpauseBatchJobRequest request)Method parameters in com.oracle.bmc.batch with type arguments of type UnpauseBatchJobRequest Modifier and Type Method Description Future<UnpauseBatchJobResponse>BatchComputingAsync. unpauseBatchJob(UnpauseBatchJobRequest request, AsyncHandler<UnpauseBatchJobRequest,UnpauseBatchJobResponse> handler)Resumes the batch job and all its tasks.Future<UnpauseBatchJobResponse>BatchComputingAsyncClient. unpauseBatchJob(UnpauseBatchJobRequest request, AsyncHandler<UnpauseBatchJobRequest,UnpauseBatchJobResponse> handler) -
Uses of UnpauseBatchJobRequest in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return UnpauseBatchJobRequest Modifier and Type Method Description UnpauseBatchJobRequestUnpauseBatchJobRequest.Builder. build()Build the instance of UnpauseBatchJobRequest as configured by this builderUnpauseBatchJobRequestUnpauseBatchJobRequest.Builder. buildWithoutInvocationCallback()Build the instance of UnpauseBatchJobRequest as configured by this builderMethods in com.oracle.bmc.batch.requests with parameters of type UnpauseBatchJobRequest Modifier and Type Method Description UnpauseBatchJobRequest.BuilderUnpauseBatchJobRequest.Builder. copy(UnpauseBatchJobRequest o)Copy method to populate the builder with values from the given instance.
-