Uses of Class
com.amazonaws.util.AWSRequestMetrics
Packages that use AWSRequestMetrics
-
Uses of AWSRequestMetrics in com.amazonaws
Methods in com.amazonaws that return AWSRequestMetricsModifier and TypeMethodDescriptionDefaultRequest.getAWSRequestMetrics()
Request.getAWSRequestMetrics()
Returns the request metrics.Methods in com.amazonaws with parameters of type AWSRequestMetricsModifier and TypeMethodDescriptionprotected final void
AmazonWebServiceClient.endClientExecution
(AWSRequestMetrics awsRequestMetrics, Request<?> request, Response<?> response) Convenient method to end the client execution without logging the awsRequestMetrics.protected final void
AmazonWebServiceClient.endClientExecution
(AWSRequestMetrics awsRequestMetrics, Request<?> request, Response<?> response, boolean loggingAwsRequestMetrics) Common routine to end a client AWS request/response execution and collect the request metrics.void
DefaultRequest.setAWSRequestMetrics
(AWSRequestMetrics metrics) void
Request.setAWSRequestMetrics
(AWSRequestMetrics metrics) Bind the request metrics to the request. -
Uses of AWSRequestMetrics in com.amazonaws.http
Methods in com.amazonaws.http that return AWSRequestMetrics -
Uses of AWSRequestMetrics in com.amazonaws.util
Subclasses of AWSRequestMetrics in com.amazonaws.utilModifier and TypeClassDescriptionclass
In contrast toAWSRequestMetrics
, which is intended to be a minimal support of AWS SDK request metrics, this class is the full support of AWS SDK request metrics including features such as properties and sub-events.Methods in com.amazonaws.util that return AWSRequestMetricsModifier and TypeMethodDescriptionfinal AWSRequestMetrics
AWSRequestMetrics.addPropertyWith
(MetricType f, Object value) Fluent API ofaddProperty(MetricType, Object)
final AWSRequestMetrics
AWSRequestMetrics.addPropertyWith
(String propertyName, Object value) Fluent API ofaddProperty(String, Object)
final AWSRequestMetrics
AWSRequestMetrics.incrementCounterWith
(MetricType f) Fluent API ofincrementCounter(MetricType)
final AWSRequestMetrics
AWSRequestMetrics.incrementCounterWith
(String event) Fluent API ofincrementCounter(String)
final AWSRequestMetrics
AWSRequestMetrics.withCounter
(MetricType f, long count) Fluent API ofsetCounter(MetricType, long)
final AWSRequestMetrics
AWSRequestMetrics.withCounter
(String counterName, long count) Fluent API ofsetCounter(String, long)