Uses of Class
software.amazon.awssdk.services.pinpoint.model.JourneyRunStatus
-
Packages that use JourneyRunStatus Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of JourneyRunStatus in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return JourneyRunStatus Modifier and Type Method Description static JourneyRunStatusJourneyRunStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.JourneyRunStatusJourneyRunResponse. status()The current status of the journey run.static JourneyRunStatusJourneyRunStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static JourneyRunStatus[]JourneyRunStatus. 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 JourneyRunStatus Modifier and Type Method Description static Set<JourneyRunStatus>JourneyRunStatus. knownValues()Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type JourneyRunStatus Modifier and Type Method Description JourneyRunResponse.BuilderJourneyRunResponse.Builder. status(JourneyRunStatus status)The current status of the journey run.
-