| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
static ScheduledActionState |
ScheduledActionState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ScheduledActionState |
ScheduledAction.state()
The state of the scheduled action.
|
ScheduledActionState |
CreateScheduledActionResponse.state()
The state of the scheduled action.
|
ScheduledActionState |
ModifyScheduledActionResponse.state()
The state of the scheduled action.
|
static ScheduledActionState |
ScheduledActionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduledActionState[] |
ScheduledActionState.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<ScheduledActionState> |
ScheduledActionState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ScheduledAction.Builder |
ScheduledAction.Builder.state(ScheduledActionState state)
The state of the scheduled action.
|
CreateScheduledActionResponse.Builder |
CreateScheduledActionResponse.Builder.state(ScheduledActionState state)
The state of the scheduled action.
|
ModifyScheduledActionResponse.Builder |
ModifyScheduledActionResponse.Builder.state(ScheduledActionState state)
The state of the scheduled action.
|
Copyright © 2022. All rights reserved.