Uses of Class
com.amazonaws.services.dynamodbv2.metrics.DynamoDBRequestMetric
-
Packages that use DynamoDBRequestMetric Package Description com.amazonaws.services.dynamodbv2.metrics -
-
Uses of DynamoDBRequestMetric in com.amazonaws.services.dynamodbv2.metrics
Methods in com.amazonaws.services.dynamodbv2.metrics that return DynamoDBRequestMetric Modifier and Type Method Description static DynamoDBRequestMetric
DynamoDBRequestMetric. valueOf(String name)
Returns the enum constant of this type with the specified name.static DynamoDBRequestMetric[]
DynamoDBRequestMetric. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-