| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
static Throughput.Builder |
Throughput.builder() |
Throughput.Builder |
Throughput.Builder.other(Double other)
Peak throughput unrelated to read and write operations.
|
Throughput.Builder |
Throughput.Builder.read(Double read)
Peak throughput related to read operations.
|
Throughput.Builder |
Throughput.toBuilder() |
Throughput.Builder |
Throughput.Builder.total(Double total)
Peak total throughput on your on-premises storage system resource.
|
Throughput.Builder |
Throughput.Builder.write(Double write)
Peak throughput related to write operations.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Throughput.Builder> |
Throughput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default P95Metrics.Builder |
P95Metrics.Builder.throughput(Consumer<Throughput.Builder> throughput)
The throughput peaks for an on-premises storage system resource.
|
Copyright © 2023. All rights reserved.