Uses of Class
software.amazon.awssdk.services.internetmonitor.model.QueryField
-
Packages that use QueryField Package Description software.amazon.awssdk.services.internetmonitor.model -
-
Uses of QueryField in software.amazon.awssdk.services.internetmonitor.model
Methods in software.amazon.awssdk.services.internetmonitor.model that return types with arguments of type QueryField Modifier and Type Method Description List<QueryField>GetQueryResultsResponse. fields()The fields that the query returns data for.Methods in software.amazon.awssdk.services.internetmonitor.model with parameters of type QueryField Modifier and Type Method Description GetQueryResultsResponse.BuilderGetQueryResultsResponse.Builder. fields(QueryField... fields)The fields that the query returns data for.Method parameters in software.amazon.awssdk.services.internetmonitor.model with type arguments of type QueryField Modifier and Type Method Description GetQueryResultsResponse.BuilderGetQueryResultsResponse.Builder. fields(Collection<QueryField> fields)The fields that the query returns data for.
-