Uses of Class
com.oracle.bmc.batch.responses.GetBatchJobResponse
-
Packages that use GetBatchJobResponse Package Description com.oracle.bmc.batch com.oracle.bmc.batch.responses -
-
Uses of GetBatchJobResponse in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return GetBatchJobResponse Modifier and Type Method Description GetBatchJobResponseBatchComputing. getBatchJob(GetBatchJobRequest request)Gets information about a batch job.GetBatchJobResponseBatchComputingClient. getBatchJob(GetBatchJobRequest request)Methods in com.oracle.bmc.batch that return types with arguments of type GetBatchJobResponse Modifier and Type Method Description Waiter<GetBatchJobRequest,GetBatchJobResponse>BatchComputingWaiters. forBatchJob(GetBatchJobRequest request, BatchJob.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetBatchJobRequest,GetBatchJobResponse>BatchComputingWaiters. forBatchJob(GetBatchJobRequest request, BatchJob.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetBatchJobRequest,GetBatchJobResponse>BatchComputingWaiters. forBatchJob(GetBatchJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, BatchJob.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Future<GetBatchJobResponse>BatchComputingAsync. getBatchJob(GetBatchJobRequest request, AsyncHandler<GetBatchJobRequest,GetBatchJobResponse> handler)Gets information about a batch job.Future<GetBatchJobResponse>BatchComputingAsyncClient. getBatchJob(GetBatchJobRequest request, AsyncHandler<GetBatchJobRequest,GetBatchJobResponse> handler)Method parameters in com.oracle.bmc.batch with type arguments of type GetBatchJobResponse Modifier and Type Method Description Future<GetBatchJobResponse>BatchComputingAsync. getBatchJob(GetBatchJobRequest request, AsyncHandler<GetBatchJobRequest,GetBatchJobResponse> handler)Gets information about a batch job.Future<GetBatchJobResponse>BatchComputingAsyncClient. getBatchJob(GetBatchJobRequest request, AsyncHandler<GetBatchJobRequest,GetBatchJobResponse> handler) -
Uses of GetBatchJobResponse in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return GetBatchJobResponse Modifier and Type Method Description GetBatchJobResponseGetBatchJobResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.batch.responses with parameters of type GetBatchJobResponse Modifier and Type Method Description GetBatchJobResponse.BuilderGetBatchJobResponse.Builder. copy(GetBatchJobResponse o)Copy method to populate the builder with values from the given instance.
-