| Package | Description |
|---|---|
| com.amazonaws.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
QueryField |
QueryField.clone() |
QueryField |
QueryField.withName(String name)
The name of a field to query your application's Amazon CloudWatch Internet Monitor data for, such as
availability_score. |
QueryField |
QueryField.withType(String type)
The data type for a query field, which must correspond to the field you're defining for
QueryField. |
| Modifier and Type | Method and Description |
|---|---|
List<QueryField> |
GetQueryResultsResult.getFields()
The fields that the query returns data for.
|
| Modifier and Type | Method and Description |
|---|---|
GetQueryResultsResult |
GetQueryResultsResult.withFields(QueryField... fields)
The fields that the query returns data for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetQueryResultsResult.setFields(Collection<QueryField> fields)
The fields that the query returns data for.
|
GetQueryResultsResult |
GetQueryResultsResult.withFields(Collection<QueryField> fields)
The fields that the query returns data for.
|
Copyright © 2024. All rights reserved.