Uses of Class
com.oracle.bmc.batch.responses.UnpauseBatchJobResponse
-
Packages that use UnpauseBatchJobResponse Package Description com.oracle.bmc.batch com.oracle.bmc.batch.responses -
-
Uses of UnpauseBatchJobResponse in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return UnpauseBatchJobResponse Modifier and Type Method Description UnpauseBatchJobResponseBatchComputing. unpauseBatchJob(UnpauseBatchJobRequest request)Resumes the batch job and all its tasks.UnpauseBatchJobResponseBatchComputingClient. unpauseBatchJob(UnpauseBatchJobRequest request)Methods in com.oracle.bmc.batch that return types with arguments of type UnpauseBatchJobResponse 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)Method parameters in com.oracle.bmc.batch with type arguments of type UnpauseBatchJobResponse 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 UnpauseBatchJobResponse in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return UnpauseBatchJobResponse Modifier and Type Method Description UnpauseBatchJobResponseUnpauseBatchJobResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.batch.responses with parameters of type UnpauseBatchJobResponse Modifier and Type Method Description UnpauseBatchJobResponse.BuilderUnpauseBatchJobResponse.Builder. copy(UnpauseBatchJobResponse o)Copy method to populate the builder with values from the given instance.
-