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 snapshot of job queue state, including ordering ofRUNNABLEjobs, as well as capacity utilization for already dispatched jobs.default GetJobQueueSnapshotResponseBatchClient. getJobQueueSnapshot(GetJobQueueSnapshotRequest getJobQueueSnapshotRequest)Provides a snapshot of job queue state, including ordering ofRUNNABLEjobs, as well as capacity utilization for already dispatched jobs.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 snapshot of job queue state, including ordering ofRUNNABLEjobs, as well as capacity utilization for already dispatched jobs.default CompletableFuture<GetJobQueueSnapshotResponse>BatchAsyncClient. getJobQueueSnapshot(GetJobQueueSnapshotRequest getJobQueueSnapshotRequest)Provides a snapshot of job queue state, including ordering ofRUNNABLEjobs, as well as capacity utilization for already dispatched jobs.
-