| Package | Description |
|---|---|
| software.amazon.awssdk.services.timestreamquery.model |
| Modifier and Type | Method and Description |
|---|---|
static ScheduledQueryRunStatus |
ScheduledQueryRunStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ScheduledQueryRunStatus |
ScheduledQuery.lastRunStatus()
Status of the last scheduled query run.
|
ScheduledQueryRunStatus |
ScheduledQueryRunSummary.runStatus()
The status of a scheduled query run.
|
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 |
|---|---|
static Set<ScheduledQueryRunStatus> |
ScheduledQueryRunStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ScheduledQuery.Builder |
ScheduledQuery.Builder.lastRunStatus(ScheduledQueryRunStatus lastRunStatus)
Status of the last scheduled query run.
|
ScheduledQueryRunSummary.Builder |
ScheduledQueryRunSummary.Builder.runStatus(ScheduledQueryRunStatus runStatus)
The status of a scheduled query run.
|
Copyright © 2023. All rights reserved.