@Generated(value="software.amazon.awssdk:codegen") public final class Throughput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Throughput.Builder,Throughput>
The throughput peaks for an on-premises storage system volume. Each data point represents the 95th percentile peak value during a 1-hour interval.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Throughput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Throughput.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
other()
Peak throughput unrelated to read and write operations.
|
Double |
read()
Peak throughput related to read operations.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Throughput.Builder> |
serializableBuilderClass() |
Throughput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Double |
total()
Peak total throughput on your on-premises storage system resource.
|
Double |
write()
Peak throughput related to write operations.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double read()
Peak throughput related to read operations.
public final Double write()
Peak throughput related to write operations.
public final Double other()
Peak throughput unrelated to read and write operations.
public final Double total()
Peak total throughput on your on-premises storage system resource.
public Throughput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Throughput.Builder,Throughput>public static Throughput.Builder builder()
public static Class<? extends Throughput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.