Uses of Class
software.amazon.awssdk.services.pinpoint.model.JourneyLimits
-
Packages that use JourneyLimits Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of JourneyLimits in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return JourneyLimits Modifier and Type Method Description JourneyLimitsJourneyResponse. limits()The messaging and entry limits for the journey.JourneyLimitsWriteJourneyRequest. limits()The messaging and entry limits for the journey.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type JourneyLimits Modifier and Type Method Description JourneyResponse.BuilderJourneyResponse.Builder. limits(JourneyLimits limits)The messaging and entry limits for the journey.WriteJourneyRequest.BuilderWriteJourneyRequest.Builder. limits(JourneyLimits limits)The messaging and entry limits for the journey.
-