| Package | Description |
|---|---|
| com.amazonaws.services.batch |
|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
GetJobQueueSnapshotResult |
AWSBatchClient.getJobQueueSnapshot(GetJobQueueSnapshotRequest request)
Provides a list of the first 100
RUNNABLE jobs associated to a single job queue. |
GetJobQueueSnapshotResult |
AWSBatch.getJobQueueSnapshot(GetJobQueueSnapshotRequest getJobQueueSnapshotRequest)
Provides a list of the first 100
RUNNABLE jobs associated to a single job queue. |
GetJobQueueSnapshotResult |
AbstractAWSBatch.getJobQueueSnapshot(GetJobQueueSnapshotRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetJobQueueSnapshotResult> |
AWSBatchAsyncClient.getJobQueueSnapshotAsync(GetJobQueueSnapshotRequest request,
AsyncHandler<GetJobQueueSnapshotRequest,GetJobQueueSnapshotResult> asyncHandler) |
Future<GetJobQueueSnapshotResult> |
AWSBatchAsync.getJobQueueSnapshotAsync(GetJobQueueSnapshotRequest getJobQueueSnapshotRequest,
AsyncHandler<GetJobQueueSnapshotRequest,GetJobQueueSnapshotResult> asyncHandler)
Provides a list of the first 100
RUNNABLE jobs associated to a single job queue. |
Future<GetJobQueueSnapshotResult> |
AbstractAWSBatchAsync.getJobQueueSnapshotAsync(GetJobQueueSnapshotRequest request,
AsyncHandler<GetJobQueueSnapshotRequest,GetJobQueueSnapshotResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetJobQueueSnapshotResult |
GetJobQueueSnapshotResult.clone() |
GetJobQueueSnapshotResult |
GetJobQueueSnapshotResult.withFrontOfQueue(FrontOfQueueDetail frontOfQueue)
The list of the first 100
RUNNABLE jobs in each job queue. |
Copyright © 2024. All rights reserved.