Package org.jclouds.cloudwatch.domain
Class DynamoDBConstants.MetricName
- java.lang.Object
-
- org.jclouds.cloudwatch.domain.DynamoDBConstants.MetricName
-
- Enclosing class:
- DynamoDBConstants
public static class DynamoDBConstants.MetricName extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONSUMED_READ_CAPACITY_UNITS
static String
CONSUMED_WRITE_CAPACITY_UNITS
static String
RETURNED_ITEM_COUNT
static String
SUCCESSFUL_REQUEST_LATENCY
static String
SYSTEM_ERRORS
static String
THROTTLED_REQUESTS
static String
USER_ERRORS
-
Constructor Summary
Constructors Constructor Description MetricName()
-
-
-
Field Detail
-
CONSUMED_READ_CAPACITY_UNITS
public static final String CONSUMED_READ_CAPACITY_UNITS
- See Also:
- Constant Field Values
-
CONSUMED_WRITE_CAPACITY_UNITS
public static final String CONSUMED_WRITE_CAPACITY_UNITS
- See Also:
- Constant Field Values
-
SUCCESSFUL_REQUEST_LATENCY
public static final String SUCCESSFUL_REQUEST_LATENCY
- See Also:
- Constant Field Values
-
RETURNED_ITEM_COUNT
public static final String RETURNED_ITEM_COUNT
- See Also:
- Constant Field Values
-
SYSTEM_ERRORS
public static final String SYSTEM_ERRORS
- See Also:
- Constant Field Values
-
THROTTLED_REQUESTS
public static final String THROTTLED_REQUESTS
- See Also:
- Constant Field Values
-
USER_ERRORS
public static final String USER_ERRORS
- See Also:
- Constant Field Values
-
-