Uses of Class
com.amazonaws.metrics.ServiceMetricCollector
Packages that use ServiceMetricCollector
Package
Description
Classes used to support the AWS SDK metrics API.
-
Uses of ServiceMetricCollector in com.amazonaws.metrics
Fields in com.amazonaws.metrics declared as ServiceMetricCollectorModifier and TypeFieldDescriptionstatic final ServiceMetricCollector
ServiceMetricCollector.NONE
A convenient instance of a no-op service metric collector.Methods in com.amazonaws.metrics with type parameters of type ServiceMetricCollectorModifier and TypeMethodDescriptionstatic <T extends ServiceMetricCollector>
TAwsSdkMetrics.getServiceMetricCollector()
Methods in com.amazonaws.metrics that return ServiceMetricCollectorModifier and TypeMethodDescriptionabstract ServiceMetricCollector
MetricCollector.getServiceMetricCollector()
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.cloudwatchModifier and TypeClassDescriptionclass
This is the default implementation of an AWS SDK service metric collection system.Methods in com.amazonaws.metrics.internal.cloudwatch that return ServiceMetricCollector