Uses of Interface
software.amazon.awssdk.services.datasync.model.IOPS.Builder
-
Packages that use IOPS.Builder Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of IOPS.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return IOPS.Builder Modifier and Type Method Description static IOPS.BuilderIOPS. builder()IOPS.BuilderIOPS.Builder. other(Double other)Peak IOPS unrelated to read and write operations.IOPS.BuilderIOPS.Builder. read(Double read)Peak IOPS related to read operations.IOPS.BuilderIOPS. toBuilder()IOPS.BuilderIOPS.Builder. total(Double total)Peak total IOPS on your on-premises storage system resource.IOPS.BuilderIOPS.Builder. write(Double write)Peak IOPS related to write operations.Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type IOPS.Builder Modifier and Type Method Description static Class<? extends IOPS.Builder>IOPS. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datasync.model with type arguments of type IOPS.Builder Modifier and Type Method Description default P95Metrics.BuilderP95Metrics.Builder. iops(Consumer<IOPS.Builder> iops)The IOPS peaks for an on-premises storage system resource.
-