Class BusinessMetricCollection
java.lang.Object
software.amazon.awssdk.core.useragent.BusinessMetricCollection
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidConstructs a string representation of a collection of business metrics strings in Base64 formats.voidmerge(Collection<String> additionalMetrics)  
- 
Field Details
- 
MAX_METRICS_STRING_IN_BYTES
public static final int MAX_METRICS_STRING_IN_BYTES- See Also:
 
 - 
METRIC_SEARCH_PATTERN
 
 - 
 - 
Constructor Details
- 
BusinessMetricCollection
public BusinessMetricCollection() - 
BusinessMetricCollection
public BusinessMetricCollection(int maxMetricsStringInBytes)  
 - 
 - 
Method Details
- 
recordedMetrics
 - 
addMetric
 - 
merge
 - 
asBoundedString
Constructs a string representation of a collection of business metrics strings in Base64 formats. The resulting string has a maximum length ofMAX_METRICS_STRING_IN_BYTESbytes. 
 -