| Package | Description |
|---|---|
| com.amazonaws.services.timestreamquery.model |
| Modifier and Type | Method and Description |
|---|---|
static ScheduledQueryState |
ScheduledQueryState.fromValue(String value)
Use this in place of valueOf.
|
static ScheduledQueryState |
ScheduledQueryState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduledQueryState[] |
ScheduledQueryState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ScheduledQueryDescription |
ScheduledQueryDescription.withState(ScheduledQueryState state)
State of the scheduled query.
|
ScheduledQuery |
ScheduledQuery.withState(ScheduledQueryState state)
State of scheduled query.
|
UpdateScheduledQueryRequest |
UpdateScheduledQueryRequest.withState(ScheduledQueryState state)
State of the scheduled query.
|
Copyright © 2025. All rights reserved.