Uses of Class
software.amazon.awssdk.services.batch.model.QueueSnapshotCapacityUsage
-
Packages that use QueueSnapshotCapacityUsage Package Description software.amazon.awssdk.services.batch.model -
-
Uses of QueueSnapshotCapacityUsage in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type QueueSnapshotCapacityUsage Modifier and Type Method Description List<QueueSnapshotCapacityUsage>QueueSnapshotUtilizationDetail. totalCapacityUsage()The total capacity usage for the entire job queue.Methods in software.amazon.awssdk.services.batch.model with parameters of type QueueSnapshotCapacityUsage Modifier and Type Method Description QueueSnapshotUtilizationDetail.BuilderQueueSnapshotUtilizationDetail.Builder. totalCapacityUsage(QueueSnapshotCapacityUsage... totalCapacityUsage)The total capacity usage for the entire job queue.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type QueueSnapshotCapacityUsage Modifier and Type Method Description QueueSnapshotUtilizationDetail.BuilderQueueSnapshotUtilizationDetail.Builder. totalCapacityUsage(Collection<QueueSnapshotCapacityUsage> totalCapacityUsage)The total capacity usage for the entire job queue.
-