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