| Package | Description |
|---|---|
| com.amazonaws.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
FilterParameter |
FilterParameter.clone() |
FilterParameter |
FilterParameter.withField(String field)
A data field that you want to filter, to further scope your application's Internet Monitor data in a repository
that you created by running a query.
|
FilterParameter |
FilterParameter.withOperator(Operator operator)
The operator to use with the filter field and a value, such as
not_equals. |
FilterParameter |
FilterParameter.withOperator(String operator)
The operator to use with the filter field and a value, such as
not_equals. |
FilterParameter |
FilterParameter.withValues(Collection<String> values)
One or more values to be used, together with the specified operator, to filter data for a query.
|
FilterParameter |
FilterParameter.withValues(String... values)
One or more values to be used, together with the specified operator, to filter data for a query.
|
| Modifier and Type | Method and Description |
|---|---|
List<FilterParameter> |
StartQueryRequest.getFilterParameters()
The
FilterParameters field that you use with Amazon CloudWatch Internet Monitor queries is a string
the defines how you want a query to be filtered. |
| Modifier and Type | Method and Description |
|---|---|
StartQueryRequest |
StartQueryRequest.withFilterParameters(FilterParameter... filterParameters)
The
FilterParameters field that you use with Amazon CloudWatch Internet Monitor queries is a string
the defines how you want a query to be filtered. |
| Modifier and Type | Method and Description |
|---|---|
void |
StartQueryRequest.setFilterParameters(Collection<FilterParameter> filterParameters)
The
FilterParameters field that you use with Amazon CloudWatch Internet Monitor queries is a string
the defines how you want a query to be filtered. |
StartQueryRequest |
StartQueryRequest.withFilterParameters(Collection<FilterParameter> filterParameters)
The
FilterParameters field that you use with Amazon CloudWatch Internet Monitor queries is a string
the defines how you want a query to be filtered. |
Copyright © 2024. All rights reserved.