Uses of Enum
com.amazonaws.util.AWSRequestMetrics.Field
Packages that use AWSRequestMetrics.Field
-
Uses of AWSRequestMetrics.Field in com.amazonaws.metrics.internal.cloudwatch
Methods in com.amazonaws.metrics.internal.cloudwatch with parameters of type AWSRequestMetrics.FieldModifier and TypeMethodDescriptionprotected 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
Subclasses with type arguments of type AWSRequestMetrics.Field in com.amazonaws.utilModifier and TypeClassDescriptionstatic enumPredefined AWS SDK metric types general across all AWS clients.Methods in com.amazonaws.util that return AWSRequestMetrics.FieldModifier and TypeMethodDescriptionstatic AWSRequestMetrics.FieldReturns 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.