| Package | Description |
|---|---|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
Throughput |
Throughput.clone() |
Throughput |
P95Metrics.getThroughput()
The throughput peaks for an on-premises storage system resource.
|
Throughput |
Throughput.withOther(Double other)
Peak throughput unrelated to read and write operations.
|
Throughput |
Throughput.withRead(Double read)
Peak throughput related to read operations.
|
Throughput |
Throughput.withTotal(Double total)
Peak total throughput on your on-premises storage system resource.
|
Throughput |
Throughput.withWrite(Double write)
Peak throughput related to write operations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
P95Metrics.setThroughput(Throughput throughput)
The throughput peaks for an on-premises storage system resource.
|
P95Metrics |
P95Metrics.withThroughput(Throughput throughput)
The throughput peaks for an on-premises storage system resource.
|
Copyright © 2024. All rights reserved.