Waiter<GetBatchJobRequest,GetBatchJobResponse> |
BatchComputingWaiters.forBatchJob(GetBatchJobRequest request,
BatchJob.LifecycleState... targetStates) |
Creates a new Waiter using the default configuration.
|
Waiter<GetBatchJobRequest,GetBatchJobResponse> |
BatchComputingWaiters.forBatchJob(GetBatchJobRequest request,
BatchJob.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy) |
Creates a new Waiter using the provided configuration.
|
Waiter<GetBatchJobRequest,GetBatchJobResponse> |
BatchComputingWaiters.forBatchJob(GetBatchJobRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
BatchJob.LifecycleState... targetStates) |
Creates a new Waiter using the provided configuration.
|
GetBatchJobResponse |
BatchComputing.getBatchJob(GetBatchJobRequest request) |
Gets information about a batch job.
|
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) |
|
GetBatchJobResponse |
BatchComputingClient.getBatchJob(GetBatchJobRequest request) |
|