| Package | Description |
|---|---|
| com.amazonaws.services.batch |
|
| com.amazonaws.services.batch.model |
| 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 |
|---|---|
GetJobQueueSnapshotRequest |
GetJobQueueSnapshotRequest.clone() |
GetJobQueueSnapshotRequest |
GetJobQueueSnapshotRequest.withJobQueue(String jobQueue)
The job queue’s name or full queue Amazon Resource Name (ARN).
|
Copyright © 2024. All rights reserved.