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