| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchrum.model |
| Modifier and Type | Method and Description |
|---|---|
QueryFilter |
QueryFilter.clone() |
QueryFilter |
QueryFilter.withName(String name)
The name of a key to search for.
|
QueryFilter |
QueryFilter.withValues(Collection<String> values)
The values of the
Name that are to be be included in the returned results. |
QueryFilter |
QueryFilter.withValues(String... values)
The values of the
Name that are to be be included in the returned results. |
| Modifier and Type | Method and Description |
|---|---|
List<QueryFilter> |
GetAppMonitorDataRequest.getFilters()
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify.
|
| Modifier and Type | Method and Description |
|---|---|
GetAppMonitorDataRequest |
GetAppMonitorDataRequest.withFilters(QueryFilter... filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAppMonitorDataRequest.setFilters(Collection<QueryFilter> filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify.
|
GetAppMonitorDataRequest |
GetAppMonitorDataRequest.withFilters(Collection<QueryFilter> filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify.
|
Copyright © 2023. All rights reserved.