Uses of Class
com.amazonaws.util.AWSRequestMetrics
-
Packages that use AWSRequestMetrics Package Description com.amazonaws com.amazonaws.http com.amazonaws.util -
-
Uses of AWSRequestMetrics in com.amazonaws
Methods in com.amazonaws that return AWSRequestMetrics Modifier and Type Method Description AWSRequestMetricsDefaultRequest. getAWSRequestMetrics()AWSRequestMetricsRequest. getAWSRequestMetrics()Returns the request metrics.Methods in com.amazonaws with parameters of type AWSRequestMetrics Modifier and Type Method Description protected voidAmazonWebServiceClient. endClientExecution(AWSRequestMetrics awsRequestMetrics, Request<?> request, Response<?> response)Convenient method to end the client execution without logging the awsRequestMetrics.protected voidAmazonWebServiceClient. endClientExecution(AWSRequestMetrics awsRequestMetrics, Request<?> request, Response<?> response, boolean loggingAwsRequestMetrics)Common routine to end a client AWS request/response execution and collect the request metrics.voidDefaultRequest. setAWSRequestMetrics(AWSRequestMetrics metrics)voidRequest. 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 Modifier and Type Method Description AWSRequestMetricsExecutionContext. getAwsRequestMetrics() -
Uses of AWSRequestMetrics in com.amazonaws.util
Subclasses of AWSRequestMetrics in com.amazonaws.util Modifier and Type Class Description classAWSRequestMetricsFullSupportIn 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 AWSRequestMetrics Modifier and Type Method Description AWSRequestMetricsAWSRequestMetrics. addPropertyWith(MetricType f, Object value)Fluent API ofaddProperty(MetricType, Object)AWSRequestMetricsAWSRequestMetrics. addPropertyWith(String propertyName, Object value)Fluent API ofaddProperty(String, Object)AWSRequestMetricsAWSRequestMetrics. incrementCounterWith(MetricType f)Fluent API ofincrementCounter(MetricType)AWSRequestMetricsAWSRequestMetrics. incrementCounterWith(String event)Fluent API ofincrementCounter(String)AWSRequestMetricsAWSRequestMetrics. withCounter(MetricType f, long count)Fluent API ofsetCounter(MetricType, long)AWSRequestMetricsAWSRequestMetrics. withCounter(String counterName, long count)Fluent API ofsetCounter(String, long)
-