@Generated(value="software.amazon.awssdk:codegen") public final class EnhancedMetrics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EnhancedMetrics.Builder,EnhancedMetrics>
Represents enhanced metrics types.
Modifier and Type | Class and Description |
---|---|
static interface |
EnhancedMetrics.Builder |
Modifier and Type | Method and Description |
---|---|
static EnhancedMetrics.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EnhancedMetrics.Builder> |
serializableBuilderClass() |
List<MetricsName> |
shardLevelMetrics()
List of shard-level metrics.
|
List<String> |
shardLevelMetricsAsStrings()
List of shard-level metrics.
|
EnhancedMetrics.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public List<MetricsName> shardLevelMetrics()
List of shard-level metrics.
The following are the valid shard-level metrics. The value "ALL
" enhances every metric.
IncomingBytes
IncomingRecords
OutgoingBytes
OutgoingRecords
WriteProvisionedThroughputExceeded
ReadProvisionedThroughputExceeded
IteratorAgeMilliseconds
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
The following are the valid shard-level metrics. The value "ALL
" enhances every metric.
IncomingBytes
IncomingRecords
OutgoingBytes
OutgoingRecords
WriteProvisionedThroughputExceeded
ReadProvisionedThroughputExceeded
IteratorAgeMilliseconds
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
public List<String> shardLevelMetricsAsStrings()
List of shard-level metrics.
The following are the valid shard-level metrics. The value "ALL
" enhances every metric.
IncomingBytes
IncomingRecords
OutgoingBytes
OutgoingRecords
WriteProvisionedThroughputExceeded
ReadProvisionedThroughputExceeded
IteratorAgeMilliseconds
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
The following are the valid shard-level metrics. The value "ALL
" enhances every metric.
IncomingBytes
IncomingRecords
OutgoingBytes
OutgoingRecords
WriteProvisionedThroughputExceeded
ReadProvisionedThroughputExceeded
IteratorAgeMilliseconds
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
public EnhancedMetrics.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<EnhancedMetrics.Builder,EnhancedMetrics>
public static EnhancedMetrics.Builder builder()
public static Class<? extends EnhancedMetrics.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.