@Beta public class ListAlarmsForMetric extends BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters| Constructor and Description |
|---|
ListAlarmsForMetric() |
| Modifier and Type | Method and Description |
|---|---|
ListAlarmsForMetric |
dimension(Dimension dimension)
The dimension associated with the metric.
|
ListAlarmsForMetric |
dimensions(Set<Dimension> dimensions)
The list of dimensions associated with the metric.
|
ListAlarmsForMetric |
metricName(String metricName)
The name of the metric.
|
ListAlarmsForMetric |
namespace(String namespace)
The namespace of the metric.
|
ListAlarmsForMetric |
period(int period)
The period in seconds over which the statistic is applied.
|
ListAlarmsForMetric |
statistic(Statistics statistic)
The statistic for the metric.
|
ListAlarmsForMetric |
unit(Unit unit)
The unit for the metric.
|
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic ListAlarmsForMetric dimensions(Set<Dimension> dimensions)
dimensions - the list of dimensions associated with the metricListAlarmsForMetric objectpublic ListAlarmsForMetric dimension(Dimension dimension)
dimension - the dimension associated with the metricListAlarmsForMetric objectpublic ListAlarmsForMetric metricName(String metricName)
metricName - the name of the metricListAlarmsForMetric objectpublic ListAlarmsForMetric namespace(String namespace)
namespace - namespace of the metricListAlarmsForMetric objectpublic ListAlarmsForMetric period(int period)
period - period in seconds over which the statistic is appliedListAlarmsForMetric objectpublic ListAlarmsForMetric statistic(Statistics statistic)
statistic - statistic for the metricListAlarmsForMetric objectpublic ListAlarmsForMetric unit(Unit unit)
unit - unit for the metricListAlarmsForMetric objectCopyright © 2009–2021 The Apache Software Foundation. All rights reserved.