Uses of Class
software.amazon.awssdk.services.pinpoint.model.State
-
Packages that use State Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of State in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return State Modifier and Type Method Description static StateState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StateJourneyResponse. state()The current status of the journey.StateJourneyStateRequest. state()The status of the journey.StateWriteJourneyRequest. state()The status of the journey.static StateState. valueOf(String name)Returns the enum constant of this type with the specified name.static State[]State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type State Modifier and Type Method Description static Set<State>State. knownValues()Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type State Modifier and Type Method Description JourneyResponse.BuilderJourneyResponse.Builder. state(State state)The current status of the journey.JourneyStateRequest.BuilderJourneyStateRequest.Builder. state(State state)The status of the journey.WriteJourneyRequest.BuilderWriteJourneyRequest.Builder. state(State state)The status of the journey.
-