Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.QueryStatus
-
Packages that use QueryStatus Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of QueryStatus in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return QueryStatus Modifier and Type Method Description static QueryStatusQueryStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.QueryStatusDescribeQueriesRequest. status()Limits the returned queries to only those that have the specified status.QueryStatusGetQueryResultsResponse. status()The status of the most recent running of the query.QueryStatusQueryInfo. status()The status of this query.static QueryStatusQueryStatus. 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.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type QueryStatus Modifier and Type Method Description static Set<QueryStatus>QueryStatus. knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type QueryStatus Modifier and Type Method Description DescribeQueriesRequest.BuilderDescribeQueriesRequest.Builder. status(QueryStatus status)Limits the returned queries to only those that have the specified status.GetQueryResultsResponse.BuilderGetQueryResultsResponse.Builder. status(QueryStatus status)The status of the most recent running of the query.QueryInfo.BuilderQueryInfo.Builder. status(QueryStatus status)The status of this query.
-