Uses of Class
software.amazon.awssdk.services.pinpoint.model.CampaignLimits
-
Packages that use CampaignLimits Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of CampaignLimits in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return CampaignLimits Modifier and Type Method Description CampaignLimitsApplicationSettingsResource. limits()The default sending limits for campaigns in the application.CampaignLimitsCampaignResponse. limits()The messaging limits for the campaign.CampaignLimitsWriteApplicationSettingsRequest. limits()The default sending limits for campaigns in the application.CampaignLimitsWriteCampaignRequest. limits()The messaging limits for the campaign.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type CampaignLimits Modifier and Type Method Description ApplicationSettingsResource.BuilderApplicationSettingsResource.Builder. limits(CampaignLimits limits)The default sending limits for campaigns in the application.CampaignResponse.BuilderCampaignResponse.Builder. limits(CampaignLimits limits)The messaging limits for the campaign.WriteApplicationSettingsRequest.BuilderWriteApplicationSettingsRequest.Builder. limits(CampaignLimits limits)The default sending limits for campaigns in the application.WriteCampaignRequest.BuilderWriteCampaignRequest.Builder. limits(CampaignLimits limits)The messaging limits for the campaign.
-