| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
CampaignLimits |
CampaignLimits.clone() |
CampaignLimits |
ApplicationSettingsResource.getLimits()
The default campaign limits for the app.
|
CampaignLimits |
WriteCampaignRequest.getLimits()
The campaign limits settings.
|
CampaignLimits |
WriteApplicationSettingsRequest.getLimits()
The limits that apply to each campaign in the project by default.
|
CampaignLimits |
CampaignResponse.getLimits()
The campaign limits settings.
|
CampaignLimits |
CampaignLimits.withDaily(Integer daily)
The maximum number of messages that each campaign can send to a single endpoint in a 24-hour period.
|
CampaignLimits |
CampaignLimits.withMaximumDuration(Integer maximumDuration)
The length of time (in seconds) that the campaign can run before it ends and message deliveries stop.
|
CampaignLimits |
CampaignLimits.withMessagesPerSecond(Integer messagesPerSecond)
The number of messages that the campaign can send per second.
|
CampaignLimits |
CampaignLimits.withTotal(Integer total)
The maximum number of messages that an individual campaign can send to a single endpoint over the course of the
campaign.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationSettingsResource.setLimits(CampaignLimits limits)
The default campaign limits for the app.
|
void |
WriteCampaignRequest.setLimits(CampaignLimits limits)
The campaign limits settings.
|
void |
WriteApplicationSettingsRequest.setLimits(CampaignLimits limits)
The limits that apply to each campaign in the project by default.
|
void |
CampaignResponse.setLimits(CampaignLimits limits)
The campaign limits settings.
|
ApplicationSettingsResource |
ApplicationSettingsResource.withLimits(CampaignLimits limits)
The default campaign limits for the app.
|
WriteCampaignRequest |
WriteCampaignRequest.withLimits(CampaignLimits limits)
The campaign limits settings.
|
WriteApplicationSettingsRequest |
WriteApplicationSettingsRequest.withLimits(CampaignLimits limits)
The limits that apply to each campaign in the project by default.
|
CampaignResponse |
CampaignResponse.withLimits(CampaignLimits limits)
The campaign limits settings.
|
Copyright © 2019. All rights reserved.