Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.QueryInfo
-
Packages that use QueryInfo Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of QueryInfo in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type QueryInfo Modifier and Type Method Description List<QueryInfo>DescribeQueriesResponse. queries()The list of queries that match the request.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type QueryInfo Modifier and Type Method Description DescribeQueriesResponse.BuilderDescribeQueriesResponse.Builder. queries(QueryInfo... queries)The list of queries that match the request.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type QueryInfo Modifier and Type Method Description DescribeQueriesResponse.BuilderDescribeQueriesResponse.Builder. queries(Collection<QueryInfo> queries)The list of queries that match the request.
-