Uses of Class
software.amazon.awssdk.services.scheduler.model.ScheduleGroupState
-
Packages that use ScheduleGroupState Package Description software.amazon.awssdk.services.scheduler.model -
-
Uses of ScheduleGroupState in software.amazon.awssdk.services.scheduler.model
Methods in software.amazon.awssdk.services.scheduler.model that return ScheduleGroupState Modifier and Type Method Description static ScheduleGroupStateScheduleGroupState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ScheduleGroupStateGetScheduleGroupResponse. state()Specifies the state of the schedule group.ScheduleGroupStateScheduleGroupSummary. state()Specifies the state of the schedule group.static ScheduleGroupStateScheduleGroupState. 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.Methods in software.amazon.awssdk.services.scheduler.model that return types with arguments of type ScheduleGroupState Modifier and Type Method Description static Set<ScheduleGroupState>ScheduleGroupState. knownValues()Methods in software.amazon.awssdk.services.scheduler.model with parameters of type ScheduleGroupState Modifier and Type Method Description GetScheduleGroupResponse.BuilderGetScheduleGroupResponse.Builder. state(ScheduleGroupState state)Specifies the state of the schedule group.ScheduleGroupSummary.BuilderScheduleGroupSummary.Builder. state(ScheduleGroupState state)Specifies the state of the schedule group.
-