Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
CampaignLimits |
CampaignLimits.clone() |
CampaignLimits |
CampaignResponse.getLimits()
The messaging limits for the campaign.
|
CampaignLimits |
ApplicationSettingsResource.getLimits()
The default sending limits for campaigns and journeys in the application.
|
CampaignLimits |
WriteCampaignRequest.getLimits()
The messaging limits for the campaign.
|
CampaignLimits |
WriteApplicationSettingsRequest.getLimits()
The default sending limits for campaigns and journeys in the application.
|
CampaignLimits |
CampaignLimits.withDaily(Integer daily)
The maximum number of messages that a campaign can send to a single endpoint during a 24-hour period.
|
CampaignLimits |
CampaignLimits.withMaximumDuration(Integer maximumDuration)
The maximum amount of time, in seconds, that a campaign can attempt to deliver a message after the scheduled
start time for the campaign.
|
CampaignLimits |
CampaignLimits.withMessagesPerSecond(Integer messagesPerSecond)
The maximum number of messages that a campaign can send each second.
|
CampaignLimits |
CampaignLimits.withTotal(Integer total)
The maximum number of messages that a campaign can send to a single endpoint during the course of the campaign.
|
Modifier and Type | Method and Description |
---|---|
void |
CampaignResponse.setLimits(CampaignLimits limits)
The messaging limits for the campaign.
|
void |
ApplicationSettingsResource.setLimits(CampaignLimits limits)
The default sending limits for campaigns and journeys in the application.
|
void |
WriteCampaignRequest.setLimits(CampaignLimits limits)
The messaging limits for the campaign.
|
void |
WriteApplicationSettingsRequest.setLimits(CampaignLimits limits)
The default sending limits for campaigns and journeys in the application.
|
CampaignResponse |
CampaignResponse.withLimits(CampaignLimits limits)
The messaging limits for the campaign.
|
ApplicationSettingsResource |
ApplicationSettingsResource.withLimits(CampaignLimits limits)
The default sending limits for campaigns and journeys in the application.
|
WriteCampaignRequest |
WriteCampaignRequest.withLimits(CampaignLimits limits)
The messaging limits for the campaign.
|
WriteApplicationSettingsRequest |
WriteApplicationSettingsRequest.withLimits(CampaignLimits limits)
The default sending limits for campaigns and journeys in the application.
|
Copyright © 2020. All rights reserved.