| Package | Description |
|---|---|
| com.amazonaws.services.scheduler.model |
| Modifier and Type | Method and Description |
|---|---|
static ScheduleState |
ScheduleState.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
UpdateScheduleRequest |
UpdateScheduleRequest.withState(ScheduleState state)
Specifies whether the schedule is enabled or disabled.
|
GetScheduleResult |
GetScheduleResult.withState(ScheduleState state)
Specifies whether the schedule is enabled or disabled.
|
CreateScheduleRequest |
CreateScheduleRequest.withState(ScheduleState state)
Specifies whether the schedule is enabled or disabled.
|
ScheduleSummary |
ScheduleSummary.withState(ScheduleState state)
Specifies whether the schedule is enabled or disabled.
|
ListSchedulesRequest |
ListSchedulesRequest.withState(ScheduleState state)
If specified, only lists the schedules whose current state matches the given filter.
|
Copyright © 2024. All rights reserved.