Package com.amazonaws.metrics
Interface RequestMetricCollector.Factory
- Enclosing class:
RequestMetricCollector
public static interface RequestMetricCollector.Factory
Can be used to serve as a factory for the request metric collector.
-
Method Summary
Modifier and TypeMethodDescriptionReturns an instance of the collector; or null if if failed to create one.
-
Method Details
-
getRequestMetricCollector
RequestMetricCollector getRequestMetricCollector()Returns an instance of the collector; or null if if failed to create one.
-