| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatchlogs.model |
| Modifier and Type | Method and Description |
|---|---|
static QueryStatus |
QueryStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
QueryStatus |
DescribeQueriesRequest.status()
Limits the returned queries to only those that have the specified status.
|
QueryStatus |
GetQueryResultsResponse.status()
The status of the most recent running of the query.
|
QueryStatus |
QueryInfo.status()
The status of this query.
|
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 |
|---|---|
static Set<QueryStatus> |
QueryStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeQueriesRequest.Builder |
DescribeQueriesRequest.Builder.status(QueryStatus status)
Limits the returned queries to only those that have the specified status.
|
GetQueryResultsResponse.Builder |
GetQueryResultsResponse.Builder.status(QueryStatus status)
The status of the most recent running of the query.
|
QueryInfo.Builder |
QueryInfo.Builder.status(QueryStatus status)
The status of this query.
|
Copyright © 2022. All rights reserved.