|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudwatch.options.ListAlarmsForMetric
@Beta public class ListAlarmsForMetric
Options used to describe alarms for metric.
| Field Summary |
|---|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
ListAlarmsForMetric()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ListAlarmsForMetric()
| Method Detail |
|---|
public ListAlarmsForMetric dimensions(Set<Dimension> dimensions)
dimensions - the list of dimensions associated with the metric
ListAlarmsForMetric objectpublic ListAlarmsForMetric dimension(Dimension dimension)
dimension - the dimension associated with the metric
ListAlarmsForMetric objectpublic ListAlarmsForMetric metricName(String metricName)
metricName - the name of the metric
ListAlarmsForMetric objectpublic ListAlarmsForMetric namespace(String namespace)
namespace - namespace of the metric
ListAlarmsForMetric objectpublic ListAlarmsForMetric period(int period)
period - period in seconds over which the statistic is applied
ListAlarmsForMetric objectpublic ListAlarmsForMetric statistic(Statistics statistic)
statistic - statistic for the metric
ListAlarmsForMetric objectpublic ListAlarmsForMetric unit(Unit unit)
unit - unit for the metric
ListAlarmsForMetric object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||