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