| Package | Description |
|---|---|
| com.amazonaws.services.logs.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 |
|---|---|
QueryInfo |
QueryInfo.withStatus(QueryStatus status)
The status of this query.
|
GetQueryResultsResult |
GetQueryResultsResult.withStatus(QueryStatus status)
The status of the most recent running of the query.
|
DescribeQueriesRequest |
DescribeQueriesRequest.withStatus(QueryStatus status)
Limits the returned queries to only those that have the specified status.
|
Copyright © 2023. All rights reserved.