Uses of Class
software.amazon.awssdk.services.batch.model.QueueSnapshotUtilizationDetail
-
Packages that use QueueSnapshotUtilizationDetail Package Description software.amazon.awssdk.services.batch.model -
-
Uses of QueueSnapshotUtilizationDetail in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return QueueSnapshotUtilizationDetail Modifier and Type Method Description QueueSnapshotUtilizationDetailGetJobQueueSnapshotResponse. queueUtilization()The job queue's capacity utilization, including total usage and breakdown per given share.Methods in software.amazon.awssdk.services.batch.model with parameters of type QueueSnapshotUtilizationDetail Modifier and Type Method Description GetJobQueueSnapshotResponse.BuilderGetJobQueueSnapshotResponse.Builder. queueUtilization(QueueSnapshotUtilizationDetail queueUtilization)The job queue's capacity utilization, including total usage and breakdown per given share.
-