Uses of Class
software.amazon.awssdk.services.batch.model.GetJobQueueSnapshotResponse
-
Packages that use GetJobQueueSnapshotResponse Package Description software.amazon.awssdk.services.batch Batch -
-
Uses of GetJobQueueSnapshotResponse in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch that return GetJobQueueSnapshotResponse Modifier and Type Method Description default GetJobQueueSnapshotResponseBatchClient. getJobQueueSnapshot(Consumer<GetJobQueueSnapshotRequest.Builder> getJobQueueSnapshotRequest)Provides a list of the first 100RUNNABLEjobs associated to a single job queue.default GetJobQueueSnapshotResponseBatchClient. getJobQueueSnapshot(GetJobQueueSnapshotRequest getJobQueueSnapshotRequest)Provides a list of the first 100RUNNABLEjobs associated to a single job queue.Methods in software.amazon.awssdk.services.batch that return types with arguments of type GetJobQueueSnapshotResponse Modifier and Type Method Description default CompletableFuture<GetJobQueueSnapshotResponse>BatchAsyncClient. getJobQueueSnapshot(Consumer<GetJobQueueSnapshotRequest.Builder> getJobQueueSnapshotRequest)Provides a list of the first 100RUNNABLEjobs associated to a single job queue.default CompletableFuture<GetJobQueueSnapshotResponse>BatchAsyncClient. getJobQueueSnapshot(GetJobQueueSnapshotRequest getJobQueueSnapshotRequest)Provides a list of the first 100RUNNABLEjobs associated to a single job queue.
-