Package com.amazonaws.metrics
Interface ServiceMetricCollector.Factory
-
- Enclosing class:
- ServiceMetricCollector
public static interface ServiceMetricCollector.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceMetricCollector
getServiceMetricCollector()
Returns an instance of the collector; or null if if failed to create one.
-
-
-
Method Detail
-
getServiceMetricCollector
ServiceMetricCollector getServiceMetricCollector()
Returns an instance of the collector; or null if if failed to create one.
-
-