| Package | Description |
|---|---|
| software.amazon.awssdk.services.scheduler.model |
| Modifier and Type | Method and Description |
|---|---|
static ScheduleState |
ScheduleState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ScheduleState |
CreateScheduleRequest.state()
Specifies whether the schedule is enabled or disabled.
|
ScheduleState |
ScheduleSummary.state()
Specifies whether the schedule is enabled or disabled.
|
ScheduleState |
GetScheduleResponse.state()
Specifies whether the schedule is enabled or disabled.
|
ScheduleState |
ListSchedulesRequest.state()
If specified, only lists the schedules whose current state matches the given filter.
|
ScheduleState |
UpdateScheduleRequest.state()
Specifies whether the schedule is enabled or disabled.
|
static ScheduleState |
ScheduleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduleState[] |
ScheduleState.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<ScheduleState> |
ScheduleState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateScheduleRequest.Builder |
CreateScheduleRequest.Builder.state(ScheduleState state)
Specifies whether the schedule is enabled or disabled.
|
ScheduleSummary.Builder |
ScheduleSummary.Builder.state(ScheduleState state)
Specifies whether the schedule is enabled or disabled.
|
GetScheduleResponse.Builder |
GetScheduleResponse.Builder.state(ScheduleState state)
Specifies whether the schedule is enabled or disabled.
|
ListSchedulesRequest.Builder |
ListSchedulesRequest.Builder.state(ScheduleState state)
If specified, only lists the schedules whose current state matches the given filter.
|
UpdateScheduleRequest.Builder |
UpdateScheduleRequest.Builder.state(ScheduleState state)
Specifies whether the schedule is enabled or disabled.
|
Copyright © 2023. All rights reserved.