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.
|
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 © 2023. All rights reserved.