Uses of Class
com.amazonaws.metrics.MetricCollector

Packages that use MetricCollector
com.amazonaws.metrics Classes used to support the AWS SDK metrics API. 
 

Uses of MetricCollector in com.amazonaws.metrics
 

Fields in com.amazonaws.metrics declared as MetricCollector
static MetricCollector MetricCollector.NONE
          A convenient instance of a no-op request metric collector.
 

Methods in com.amazonaws.metrics with type parameters of type MetricCollector
static
<T extends MetricCollector>
T
AwsSdkMetrics.getMetricCollector()
           
 

Methods in com.amazonaws.metrics that return MetricCollector
 MetricCollector MetricCollector.Factory.getInstance()
          Returns an instance of the collector; or null if if failed to create one.
 

Methods in com.amazonaws.metrics with parameters of type MetricCollector
static void AwsSdkMetrics.setMetricCollector(MetricCollector mc)
          Sets the metric collector to be used by the AWS SDK, and stop the previously running collector used by the AWS SDK, if any.
 



Copyright © 2016. All rights reserved.