| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
JourneyTimeframeCap |
JourneyTimeframeCap.clone() |
JourneyTimeframeCap |
JourneyLimits.getTimeframeCap()
The number of messages that an endpoint can receive during the specified timeframe.
|
JourneyTimeframeCap |
ApplicationSettingsJourneyLimits.getTimeframeCap()
The default maximum number of messages that can be sent to an endpoint during the specified timeframe for all
journeys.
|
JourneyTimeframeCap |
JourneyTimeframeCap.withCap(Integer cap)
The maximum number of messages that all journeys can send to an endpoint during the specified timeframe.
|
JourneyTimeframeCap |
JourneyTimeframeCap.withDays(Integer days)
The length of the timeframe in days.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JourneyLimits.setTimeframeCap(JourneyTimeframeCap timeframeCap)
The number of messages that an endpoint can receive during the specified timeframe.
|
void |
ApplicationSettingsJourneyLimits.setTimeframeCap(JourneyTimeframeCap timeframeCap)
The default maximum number of messages that can be sent to an endpoint during the specified timeframe for all
journeys.
|
JourneyLimits |
JourneyLimits.withTimeframeCap(JourneyTimeframeCap timeframeCap)
The number of messages that an endpoint can receive during the specified timeframe.
|
ApplicationSettingsJourneyLimits |
ApplicationSettingsJourneyLimits.withTimeframeCap(JourneyTimeframeCap timeframeCap)
The default maximum number of messages that can be sent to an endpoint during the specified timeframe for all
journeys.
|
Copyright © 2024. All rights reserved.