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