| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
Query |
Query.clone() |
Query |
Query.withCreationTime(Date creationTime)
The creation time of a query.
|
Query |
Query.withQueryId(String queryId)
The ID of a query.
|
Query |
Query.withQueryStatus(QueryStatus queryStatus)
The status of the query.
|
Query |
Query.withQueryStatus(String queryStatus)
The status of the query.
|
| Modifier and Type | Method and Description |
|---|---|
List<Query> |
ListQueriesResult.getQueries()
Lists matching query results, and shows query ID, status, and creation time of each query.
|
| Modifier and Type | Method and Description |
|---|---|
ListQueriesResult |
ListQueriesResult.withQueries(Query... queries)
Lists matching query results, and shows query ID, status, and creation time of each query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListQueriesResult.setQueries(Collection<Query> queries)
Lists matching query results, and shows query ID, status, and creation time of each query.
|
ListQueriesResult |
ListQueriesResult.withQueries(Collection<Query> queries)
Lists matching query results, and shows query ID, status, and creation time of each query.
|
Copyright © 2023. All rights reserved.