Uses of Class
software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryRunStatus
-
Packages that use ScheduledQueryRunStatus Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of ScheduledQueryRunStatus in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return ScheduledQueryRunStatus Modifier and Type Method Description static ScheduledQueryRunStatusScheduledQueryRunStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ScheduledQueryRunStatusScheduledQuery. lastRunStatus()Status of the last scheduled query run.ScheduledQueryRunStatusScheduledQueryRunSummary. runStatus()The status of a scheduled query run.static ScheduledQueryRunStatusScheduledQueryRunStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ScheduledQueryRunStatus[]ScheduledQueryRunStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.timestreamquery.model that return types with arguments of type ScheduledQueryRunStatus Modifier and Type Method Description static Set<ScheduledQueryRunStatus>ScheduledQueryRunStatus. knownValues()Methods in software.amazon.awssdk.services.timestreamquery.model with parameters of type ScheduledQueryRunStatus Modifier and Type Method Description ScheduledQuery.BuilderScheduledQuery.Builder. lastRunStatus(ScheduledQueryRunStatus lastRunStatus)Status of the last scheduled query run.ScheduledQueryRunSummary.BuilderScheduledQueryRunSummary.Builder. runStatus(ScheduledQueryRunStatus runStatus)The status of a scheduled query run.
-