Uses of Class
software.amazon.awssdk.services.pinpoint.model.JourneyTimeframeCap
-
Packages that use JourneyTimeframeCap Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of JourneyTimeframeCap in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return JourneyTimeframeCap Modifier and Type Method Description JourneyTimeframeCapApplicationSettingsJourneyLimits. timeframeCap()The default maximum number of messages that can be sent to an endpoint during the specified timeframe for all journeys.JourneyTimeframeCapJourneyLimits. timeframeCap()The number of messages that an endpoint can receive during the specified timeframe.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type JourneyTimeframeCap Modifier and Type Method Description ApplicationSettingsJourneyLimits.BuilderApplicationSettingsJourneyLimits.Builder. timeframeCap(JourneyTimeframeCap timeframeCap)The default maximum number of messages that can be sent to an endpoint during the specified timeframe for all journeys.JourneyLimits.BuilderJourneyLimits.Builder. timeframeCap(JourneyTimeframeCap timeframeCap)The number of messages that an endpoint can receive during the specified timeframe.
-