Class Throughput
- java.lang.Object
-
- software.amazon.awssdk.services.datasync.model.Throughput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Throughput.Builder,Throughput>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceThroughput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Throughput.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Doubleother()Peak throughput unrelated to read and write operations.Doubleread()Peak throughput related to read operations.List<SdkField<?>>sdkFields()static Class<? extends Throughput.Builder>serializableBuilderClass()Throughput.BuildertoBuilder()StringtoString()Returns a string representation of this object.Doubletotal()Peak total throughput on your on-premises storage system resource.Doublewrite()Peak throughput related to write operations.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
read
public final Double read()
Peak throughput related to read operations.
- Returns:
- Peak throughput related to read operations.
-
write
public final Double write()
Peak throughput related to write operations.
- Returns:
- Peak throughput related to write operations.
-
other
public final Double other()
Peak throughput unrelated to read and write operations.
- Returns:
- Peak throughput unrelated to read and write operations.
-
total
public final Double total()
Peak total throughput on your on-premises storage system resource.
- Returns:
- Peak total throughput on your on-premises storage system resource.
-
toBuilder
public Throughput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Throughput.Builder,Throughput>
-
builder
public static Throughput.Builder builder()
-
serializableBuilderClass
public static Class<? extends Throughput.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-