Uses of Class
software.amazon.awssdk.services.redshift.model.ScheduledActionState
-
Packages that use ScheduledActionState Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of ScheduledActionState in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return ScheduledActionState Modifier and Type Method Description static ScheduledActionStateScheduledActionState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ScheduledActionStateCreateScheduledActionResponse. state()The state of the scheduled action.ScheduledActionStateModifyScheduledActionResponse. state()The state of the scheduled action.ScheduledActionStateScheduledAction. state()The state of the scheduled action.static ScheduledActionStateScheduledActionState. 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.Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type ScheduledActionState Modifier and Type Method Description static Set<ScheduledActionState>ScheduledActionState. knownValues()Methods in software.amazon.awssdk.services.redshift.model with parameters of type ScheduledActionState Modifier and Type Method Description CreateScheduledActionResponse.BuilderCreateScheduledActionResponse.Builder. state(ScheduledActionState state)The state of the scheduled action.ModifyScheduledActionResponse.BuilderModifyScheduledActionResponse.Builder. state(ScheduledActionState state)The state of the scheduled action.ScheduledAction.BuilderScheduledAction.Builder. state(ScheduledActionState state)The state of the scheduled action.
-