Serializable
, Comparable<DynamoDbRequestMetric>
, MetricType
, RequestMetricType
public enum DynamoDbRequestMetric extends Enum<DynamoDbRequestMetric> implements RequestMetricType
Enum Constant | Description |
---|---|
DynamoDBConsumedCapacity |
Number of capacity units consumed.
|
Modifier and Type | Method | Description |
---|---|---|
static DynamoDbRequestMetric |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static DynamoDbRequestMetric[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
name
public static final DynamoDbRequestMetric DynamoDBConsumedCapacity
public static DynamoDbRequestMetric[] values()
for (DynamoDbRequestMetric c : DynamoDbRequestMetric.values()) System.out.println(c);
public static DynamoDbRequestMetric valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.