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 and includes capacity utilization, including total usage and breakdown by share for fairshare scheduling job queues.default GetJobQueueSnapshotResponseBatchClient. getJobQueueSnapshot(GetJobQueueSnapshotRequest getJobQueueSnapshotRequest)Provides a list of the first 100RUNNABLEjobs associated to a single job queue and includes capacity utilization, including total usage and breakdown by share for fairshare scheduling job queues.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 and includes capacity utilization, including total usage and breakdown by share for fairshare scheduling job queues.default CompletableFuture<GetJobQueueSnapshotResponse>BatchAsyncClient. getJobQueueSnapshot(GetJobQueueSnapshotRequest getJobQueueSnapshotRequest)Provides a list of the first 100RUNNABLEjobs associated to a single job queue and includes capacity utilization, including total usage and breakdown by share for fairshare scheduling job queues.
-