| Package | Description |
|---|---|
| com.amazonaws.services.timestreamquery.model |
| Modifier and Type | Method and Description |
|---|---|
static ScheduledQueryRunStatus |
ScheduledQueryRunStatus.fromValue(String value)
Use this in place of valueOf.
|
static ScheduledQueryRunStatus |
ScheduledQueryRunStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
ScheduledQuery |
ScheduledQuery.withLastRunStatus(ScheduledQueryRunStatus lastRunStatus)
Status of the last scheduled query run.
|
ScheduledQueryRunSummary |
ScheduledQueryRunSummary.withRunStatus(ScheduledQueryRunStatus runStatus)
The status of a scheduled query run.
|
Copyright © 2024. All rights reserved.