Uses of Class
software.amazon.awssdk.services.pinpoint.model.StartCondition
-
Packages that use StartCondition Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of StartCondition in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return StartCondition Modifier and Type Method Description StartConditionJourneyResponse. startCondition()The segment that defines which users are participants in the journey.StartConditionWriteJourneyRequest. startCondition()The segment that defines which users are participants in the journey.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type StartCondition Modifier and Type Method Description JourneyResponse.BuilderJourneyResponse.Builder. startCondition(StartCondition startCondition)The segment that defines which users are participants in the journey.WriteJourneyRequest.BuilderWriteJourneyRequest.Builder. startCondition(StartCondition startCondition)The segment that defines which users are participants in the journey.
-