| Package | Description |
|---|---|
| com.amazonaws.services.pi.model |
| Modifier and Type | Method and Description |
|---|---|
MetricQuery |
MetricQuery.addFilterEntry(String key,
String value)
Add a single Filter entry
|
MetricQuery |
MetricQuery.clearFilterEntries()
Removes all the entries added into Filter.
|
MetricQuery |
MetricQuery.clone() |
MetricQuery |
MetricQuery.withFilter(Map<String,String> filter)
One or more filters to apply in the request.
|
MetricQuery |
MetricQuery.withGroupBy(DimensionGroup groupBy)
A specification for how to aggregate the data points from a query result.
|
MetricQuery |
MetricQuery.withMetric(String metric)
The name of a Performance Insights metric to be measured.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricQuery> |
GetResourceMetricsRequest.getMetricQueries()
An array of one or more queries to perform.
|
| Modifier and Type | Method and Description |
|---|---|
GetResourceMetricsRequest |
GetResourceMetricsRequest.withMetricQueries(MetricQuery... metricQueries)
An array of one or more queries to perform.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetResourceMetricsRequest.setMetricQueries(Collection<MetricQuery> metricQueries)
An array of one or more queries to perform.
|
GetResourceMetricsRequest |
GetResourceMetricsRequest.withMetricQueries(Collection<MetricQuery> metricQueries)
An array of one or more queries to perform.
|
Copyright © 2020. All rights reserved.