Uses of Class
com.amazonaws.util.AWSRequestMetrics.Field
-
Packages that use AWSRequestMetrics.Field Package Description com.amazonaws.metrics.internal.cloudwatch com.amazonaws.util -
-
Uses of AWSRequestMetrics.Field in com.amazonaws.metrics.internal.cloudwatch
Methods in com.amazonaws.metrics.internal.cloudwatch with parameters of type AWSRequestMetrics.Field Modifier and Type Method Description protected List<MetricDatum>
PredefinedMetricTransformer. metricOfCount(AWSRequestMetrics.Field metricType, Request<?> req, Object resp)
protected List<MetricDatum>
PredefinedMetricTransformer. metricOfRequestOrRetryCount(AWSRequestMetrics.Field metricType, Request<?> req, Object resp)
Returns a list with a single metric datum for the specified retry or request count predefined metric; or an empty list if there is none. -
Uses of AWSRequestMetrics.Field in com.amazonaws.util
Methods in com.amazonaws.util that return AWSRequestMetrics.Field Modifier and Type Method Description static AWSRequestMetrics.Field
AWSRequestMetrics.Field. valueOf(String name)
Returns the enum constant of this type with the specified name.static AWSRequestMetrics.Field[]
AWSRequestMetrics.Field. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-