| Package | Description |
|---|---|
| com.amazonaws.services.servicequotas.model |
| Modifier and Type | Method and Description |
|---|---|
MetricInfo |
MetricInfo.addMetricDimensionsEntry(String key,
String value) |
MetricInfo |
MetricInfo.clearMetricDimensionsEntries()
Removes all the entries added into MetricDimensions.
|
MetricInfo |
MetricInfo.clone() |
MetricInfo |
ServiceQuota.getUsageMetric()
Specifies the details about the measurement.
|
MetricInfo |
MetricInfo.withMetricDimensions(Map<String,String> metricDimensions)
A dimension is a name/value pair that is part of the identity of a metric.
|
MetricInfo |
MetricInfo.withMetricName(String metricName)
The name of the CloudWatch metric that measures usage of a service quota.
|
MetricInfo |
MetricInfo.withMetricNamespace(String metricNamespace)
The namespace of the metric.
|
MetricInfo |
MetricInfo.withMetricStatisticRecommendation(String metricStatisticRecommendation)
Statistics are metric data aggregations over specified periods of time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceQuota.setUsageMetric(MetricInfo usageMetric)
Specifies the details about the measurement.
|
ServiceQuota |
ServiceQuota.withUsageMetric(MetricInfo usageMetric)
Specifies the details about the measurement.
|
Copyright © 2020. All rights reserved.