| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
static QueryStatus |
QueryStatus.fromValue(String value)
Use this in place of valueOf.
|
static QueryStatus |
QueryStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryStatus[] |
QueryStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
Query.withQueryStatus(QueryStatus queryStatus)
The status of the query.
|
ListQueriesRequest |
ListQueriesRequest.withQueryStatus(QueryStatus queryStatus)
The status of queries that you want to return in results.
|
GetQueryResultsResult |
GetQueryResultsResult.withQueryStatus(QueryStatus queryStatus)
The status of the query.
|
DescribeQueryResult |
DescribeQueryResult.withQueryStatus(QueryStatus queryStatus)
The status of a query.
|
CancelQueryResult |
CancelQueryResult.withQueryStatus(QueryStatus queryStatus)
Shows the status of a query after a
CancelQuery request. |
Copyright © 2022. All rights reserved.