| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
JourneyLimits |
JourneyLimits.clone() |
JourneyLimits |
WriteJourneyRequest.getLimits()
The messaging and entry limits for the journey.
|
JourneyLimits |
JourneyResponse.getLimits()
The messaging and entry limits for the journey.
|
JourneyLimits |
JourneyLimits.withDailyCap(Integer dailyCap)
The maximum number of messages that the journey can send to a single participant during a 24-hour period.
|
JourneyLimits |
JourneyLimits.withEndpointReentryCap(Integer endpointReentryCap)
The maximum number of times that a participant can enter the journey.
|
JourneyLimits |
JourneyLimits.withEndpointReentryInterval(String endpointReentryInterval)
Minimum time that must pass before an endpoint can re-enter a given journey.
|
JourneyLimits |
JourneyLimits.withMessagesPerSecond(Integer messagesPerSecond)
The maximum number of messages that the journey can send each second.
|
JourneyLimits |
JourneyLimits.withTimeframeCap(JourneyTimeframeCap timeframeCap)
The number of messages that an endpoint can receive during the specified timeframe.
|
JourneyLimits |
JourneyLimits.withTotalCap(Integer totalCap)
The maximum number of messages a journey can sent to a single endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WriteJourneyRequest.setLimits(JourneyLimits limits)
The messaging and entry limits for the journey.
|
void |
JourneyResponse.setLimits(JourneyLimits limits)
The messaging and entry limits for the journey.
|
WriteJourneyRequest |
WriteJourneyRequest.withLimits(JourneyLimits limits)
The messaging and entry limits for the journey.
|
JourneyResponse |
JourneyResponse.withLimits(JourneyLimits limits)
The messaging and entry limits for the journey.
|
Copyright © 2025. All rights reserved.