|
||||||||||
| 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.ListMetricsOptions
public class ListMetricsOptions
Options used to list available metrics.
| Nested Class Summary | |
|---|---|
static class |
ListMetricsOptions.Builder
|
| Field Summary |
|---|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
ListMetricsOptions()
|
|
| Method Summary | |
|---|---|
ListMetricsOptions |
afterMarker(Object afterMarker)
The token returned by a previous call to indicate that there is more data available. |
com.google.common.collect.Multimap<String,String> |
buildFormParameters()
Returns a newly-created ListMetricsOptions based on the contents of
the Builder. |
ListMetricsOptions |
clone()
|
ListMetricsOptions |
dimension(Dimension dimension)
A dimension to filter the available metrics by. |
ListMetricsOptions |
dimensions(Iterable<Dimension> dimensions)
A list of dimensions to filter against. |
ListMetricsOptions |
metricName(String metricName)
The name of the metric to filter against. |
ListMetricsOptions |
namespace(String namespace)
The namespace to filter against. |
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ListMetricsOptions()
| Method Detail |
|---|
public ListMetricsOptions namespace(String namespace)
namespace - the namespace to filter against
Builder objectpublic ListMetricsOptions metricName(String metricName)
metricName - the metric name to filter against
Builder objectpublic ListMetricsOptions dimensions(Iterable<Dimension> dimensions)
dimensions - the dimensions to filter against
Builder objectpublic ListMetricsOptions dimension(Dimension dimension)
dimension - a dimension to filter the returned metrics by
Builder objectpublic ListMetricsOptions afterMarker(Object afterMarker)
afterMarker - the next token indicating that there is more data available
Builder objectpublic com.google.common.collect.Multimap<String,String> buildFormParameters()
ListMetricsOptions based on the contents of
the Builder.
buildFormParameters in interface org.jclouds.http.options.HttpRequestOptionsbuildFormParameters in class org.jclouds.http.options.BaseHttpRequestOptionspublic ListMetricsOptions clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||