Class P95Metrics
- java.lang.Object
-
- software.amazon.awssdk.services.datasync.model.P95Metrics
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<P95Metrics.Builder,P95Metrics>
@Generated("software.amazon.awssdk:codegen") public final class P95Metrics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<P95Metrics.Builder,P95Metrics>
The types of performance data that DataSync Discovery collects about an on-premises storage system resource.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceP95Metrics.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static P95Metrics.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IOPSiops()The IOPS peaks for an on-premises storage system resource.Latencylatency()The latency peaks for an on-premises storage system resource.List<SdkField<?>>sdkFields()static Class<? extends P95Metrics.Builder>serializableBuilderClass()Throughputthroughput()The throughput peaks for an on-premises storage system resource.P95Metrics.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
iops
public final IOPS iops()
The IOPS peaks for an on-premises storage system resource. Each data point represents the 95th percentile peak value during a 1-hour interval.
- Returns:
- The IOPS peaks for an on-premises storage system resource. Each data point represents the 95th percentile peak value during a 1-hour interval.
-
throughput
public final Throughput throughput()
The throughput peaks for an on-premises storage system resource. Each data point represents the 95th percentile peak value during a 1-hour interval.
- Returns:
- The throughput peaks for an on-premises storage system resource. Each data point represents the 95th percentile peak value during a 1-hour interval.
-
latency
public final Latency latency()
The latency peaks for an on-premises storage system resource. Each data point represents the 95th percentile peak value during a 1-hour interval.
- Returns:
- The latency peaks for an on-premises storage system resource. Each data point represents the 95th percentile peak value during a 1-hour interval.
-
toBuilder
public P95Metrics.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<P95Metrics.Builder,P95Metrics>
-
builder
public static P95Metrics.Builder builder()
-
serializableBuilderClass
public static Class<? extends P95Metrics.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.
-
-