| Package | Description |
|---|---|
| com.amazonaws.services.servicequotas.model |
| Modifier and Type | Method and Description |
|---|---|
MetricInfo |
MetricInfo.addMetricDimensionsEntry(String key,
String value)
Add a single MetricDimensions entry
|
MetricInfo |
MetricInfo.clearMetricDimensionsEntries()
Removes all the entries added into MetricDimensions.
|
MetricInfo |
MetricInfo.clone() |
MetricInfo |
ServiceQuota.getUsageMetric()
Information about the measurement.
|
MetricInfo |
MetricInfo.withMetricDimensions(Map<String,String> metricDimensions)
The metric dimension.
|
MetricInfo |
MetricInfo.withMetricName(String metricName)
The name of the metric.
|
MetricInfo |
MetricInfo.withMetricNamespace(String metricNamespace)
The namespace of the metric.
|
MetricInfo |
MetricInfo.withMetricStatisticRecommendation(String metricStatisticRecommendation)
The metric statistic that we recommend you use when determining quota usage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceQuota.setUsageMetric(MetricInfo usageMetric)
Information about the measurement.
|
ServiceQuota |
ServiceQuota.withUsageMetric(MetricInfo usageMetric)
Information about the measurement.
|
Copyright © 2023. All rights reserved.