| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
QueryInfo |
QueryInfo.clone() |
QueryInfo |
QueryInfo.withCreateTime(Long createTime)
The date and time that this query was created.
|
QueryInfo |
QueryInfo.withLogGroupName(String logGroupName)
The name of the log group scanned by this query.
|
QueryInfo |
QueryInfo.withQueryId(String queryId)
The unique ID number of this query.
|
QueryInfo |
QueryInfo.withQueryString(String queryString)
The query string used in this query.
|
QueryInfo |
QueryInfo.withStatus(QueryStatus status)
The status of this query.
|
QueryInfo |
QueryInfo.withStatus(String status)
The status of this query.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryInfo> |
DescribeQueriesResult.getQueries()
The list of queries that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeQueriesResult |
DescribeQueriesResult.withQueries(QueryInfo... queries)
The list of queries that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeQueriesResult.setQueries(Collection<QueryInfo> queries)
The list of queries that match the request.
|
DescribeQueriesResult |
DescribeQueriesResult.withQueries(Collection<QueryInfo> queries)
The list of queries that match the request.
|
Copyright © 2019. All rights reserved.