Uses of Class
software.amazon.awssdk.services.batch.model.GetJobQueueSnapshotRequest
-
Packages that use GetJobQueueSnapshotRequest Package Description software.amazon.awssdk.services.batch Batch software.amazon.awssdk.services.batch.transform -
-
Uses of GetJobQueueSnapshotRequest in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch with parameters of type GetJobQueueSnapshotRequest Modifier and Type Method Description default CompletableFuture<GetJobQueueSnapshotResponse>BatchAsyncClient. getJobQueueSnapshot(GetJobQueueSnapshotRequest 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. -
Uses of GetJobQueueSnapshotRequest in software.amazon.awssdk.services.batch.transform
Methods in software.amazon.awssdk.services.batch.transform with parameters of type GetJobQueueSnapshotRequest Modifier and Type Method Description SdkHttpFullRequestGetJobQueueSnapshotRequestMarshaller. marshall(GetJobQueueSnapshotRequest getJobQueueSnapshotRequest)
-