Uses of Class
com.amazonaws.metrics.ServiceMetricCollector
-
Packages that use ServiceMetricCollector Package Description com.amazonaws.metrics Classes used to support the AWS SDK metrics API.com.amazonaws.metrics.internal.cloudwatch -
-
Uses of ServiceMetricCollector in com.amazonaws.metrics
Fields in com.amazonaws.metrics declared as ServiceMetricCollector Modifier and Type Field Description static ServiceMetricCollector
ServiceMetricCollector. NONE
A convenient instance of a no-op service metric collector.Methods in com.amazonaws.metrics with type parameters of type ServiceMetricCollector Modifier and Type Method Description static <T extends ServiceMetricCollector>
TAwsSdkMetrics. getServiceMetricCollector()
Methods in com.amazonaws.metrics that return ServiceMetricCollector Modifier and Type Method Description abstract ServiceMetricCollector
MetricCollector. getServiceMetricCollector()
ServiceMetricCollector
ServiceMetricCollector.Factory. getServiceMetricCollector()
Returns an instance of the collector; or null if if failed to create one. -
Uses of ServiceMetricCollector in com.amazonaws.metrics.internal.cloudwatch
Subclasses of ServiceMetricCollector in com.amazonaws.metrics.internal.cloudwatch Modifier and Type Class Description class
ServiceMetricCollectorSupport
This is the default implementation of an AWS SDK service metric collection system.Methods in com.amazonaws.metrics.internal.cloudwatch that return ServiceMetricCollector Modifier and Type Method Description ServiceMetricCollector
MetricCollectorSupport. getServiceMetricCollector()
-