Uses of Interface
software.amazon.awssdk.services.batch.model.QueueSnapshotCapacityUsage.Builder
-
Packages that use QueueSnapshotCapacityUsage.Builder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of QueueSnapshotCapacityUsage.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return QueueSnapshotCapacityUsage.Builder Modifier and Type Method Description static QueueSnapshotCapacityUsage.BuilderQueueSnapshotCapacityUsage. builder()QueueSnapshotCapacityUsage.BuilderQueueSnapshotCapacityUsage.Builder. capacityUnit(String capacityUnit)The unit of measure for the capacity usage.QueueSnapshotCapacityUsage.BuilderQueueSnapshotCapacityUsage.Builder. quantity(Double quantity)The quantity of capacity being used in the queue snapshot, measured in the units specified bycapacityUnit.QueueSnapshotCapacityUsage.BuilderQueueSnapshotCapacityUsage. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type QueueSnapshotCapacityUsage.Builder Modifier and Type Method Description static Class<? extends QueueSnapshotCapacityUsage.Builder>QueueSnapshotCapacityUsage. serializableBuilderClass()
-