Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.QueryStatus
Packages that use QueryStatus
-
Uses of QueryStatus in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return QueryStatusModifier and TypeMethodDescriptionstatic QueryStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final QueryStatusDescribeQueriesRequest.status()Limits the returned queries to only those that have the specified status.final QueryStatusGetQueryResultsResponse.status()The status of the most recent running of the query.final QueryStatusQueryInfo.status()The status of this query.static QueryStatusReturns 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 QueryStatusMethods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type QueryStatusModifier and TypeMethodDescriptionDescribeQueriesRequest.Builder.status(QueryStatus status) Limits the returned queries to only those that have the specified status.GetQueryResultsResponse.Builder.status(QueryStatus status) The status of the most recent running of the query.QueryInfo.Builder.status(QueryStatus status) The status of this query.