| Package | Description |
|---|---|
| software.amazon.awssdk.services.scheduler.model |
| Modifier and Type | Method and Description |
|---|---|
static ScheduleGroupState |
ScheduleGroupState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ScheduleGroupState |
GetScheduleGroupResponse.state()
Specifies the state of the schedule group.
|
ScheduleGroupState |
ScheduleGroupSummary.state()
Specifies the state of the schedule group.
|
static ScheduleGroupState |
ScheduleGroupState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduleGroupState[] |
ScheduleGroupState.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<ScheduleGroupState> |
ScheduleGroupState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetScheduleGroupResponse.Builder |
GetScheduleGroupResponse.Builder.state(ScheduleGroupState state)
Specifies the state of the schedule group.
|
ScheduleGroupSummary.Builder |
ScheduleGroupSummary.Builder.state(ScheduleGroupState state)
Specifies the state of the schedule group.
|
Copyright © 2023. All rights reserved.