| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
CampaignResponse |
CampaignResponse.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CampaignResponse |
CampaignResponse.clearTagsEntries()
Removes all the entries added into Tags.
|
CampaignResponse |
CampaignResponse.clone() |
CampaignResponse |
UpdateCampaignResult.getCampaignResponse() |
CampaignResponse |
GetCampaignVersionResult.getCampaignResponse() |
CampaignResponse |
GetCampaignResult.getCampaignResponse() |
CampaignResponse |
CreateCampaignResult.getCampaignResponse() |
CampaignResponse |
DeleteCampaignResult.getCampaignResponse() |
CampaignResponse |
CampaignResponse.withAdditionalTreatments(Collection<TreatmentResource> additionalTreatments)
An array of responses, one for each treatment that you defined for the campaign, in addition to the default
treatment.
|
CampaignResponse |
CampaignResponse.withAdditionalTreatments(TreatmentResource... additionalTreatments)
An array of responses, one for each treatment that you defined for the campaign, in addition to the default
treatment.
|
CampaignResponse |
CampaignResponse.withApplicationId(String applicationId)
The unique identifier for the application that the campaign applies to.
|
CampaignResponse |
CampaignResponse.withArn(String arn)
The Amazon Resource Name (ARN) of the campaign.
|
CampaignResponse |
CampaignResponse.withCreationDate(String creationDate)
The date, in ISO 8601 format, when the campaign was created.
|
CampaignResponse |
CampaignResponse.withCustomDeliveryConfiguration(CustomDeliveryConfiguration customDeliveryConfiguration)
The delivery configuration settings for sending the campaign through a custom channel.
|
CampaignResponse |
CampaignResponse.withDefaultState(CampaignState defaultState)
The current status of the campaign's default treatment.
|
CampaignResponse |
CampaignResponse.withDescription(String description)
The custom description of the campaign.
|
CampaignResponse |
CampaignResponse.withHoldoutPercent(Integer holdoutPercent)
The allocated percentage of users (segment members) who shouldn't receive messages from the campaign.
|
CampaignResponse |
CampaignResponse.withHook(CampaignHook hook)
The settings for the AWS Lambda function to use as a code hook for the campaign.
|
CampaignResponse |
CampaignResponse.withId(String id)
The unique identifier for the campaign.
|
CampaignResponse |
CampaignResponse.withIsPaused(Boolean isPaused)
Specifies whether the campaign is paused.
|
CampaignResponse |
CampaignResponse.withLastModifiedDate(String lastModifiedDate)
The date, in ISO 8601 format, when the campaign was last modified.
|
CampaignResponse |
CampaignResponse.withLimits(CampaignLimits limits)
The messaging limits for the campaign.
|
CampaignResponse |
CampaignResponse.withMessageConfiguration(MessageConfiguration messageConfiguration)
The message configuration settings for the campaign.
|
CampaignResponse |
CampaignResponse.withName(String name)
The name of the campaign.
|
CampaignResponse |
CampaignResponse.withPriority(Integer priority)
Defines the priority of the campaign, used to decide the order of messages displayed to user if there are
multiple messages scheduled to be displayed at the same moment.
|
CampaignResponse |
CampaignResponse.withSchedule(Schedule schedule)
The schedule settings for the campaign.
|
CampaignResponse |
CampaignResponse.withSegmentId(String segmentId)
The unique identifier for the segment that's associated with the campaign.
|
CampaignResponse |
CampaignResponse.withSegmentVersion(Integer segmentVersion)
The version number of the segment that's associated with the campaign.
|
CampaignResponse |
CampaignResponse.withState(CampaignState state)
The current status of the campaign.
|
CampaignResponse |
CampaignResponse.withTags(Map<String,String> tags)
A string-to-string map of key-value pairs that identifies the tags that are associated with the campaign.
|
CampaignResponse |
CampaignResponse.withTemplateConfiguration(TemplateConfiguration templateConfiguration)
The message template that’s used for the campaign.
|
CampaignResponse |
CampaignResponse.withTreatmentDescription(String treatmentDescription)
The custom description of the default treatment for the campaign.
|
CampaignResponse |
CampaignResponse.withTreatmentName(String treatmentName)
The custom name of the default treatment for the campaign, if the campaign has multiple treatments.
|
CampaignResponse |
CampaignResponse.withVersion(Integer version)
The version number of the campaign.
|
| Modifier and Type | Method and Description |
|---|---|
List<CampaignResponse> |
CampaignsResponse.getItem()
An array of responses, one for each campaign that's associated with the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateCampaignResult.setCampaignResponse(CampaignResponse campaignResponse) |
void |
GetCampaignVersionResult.setCampaignResponse(CampaignResponse campaignResponse) |
void |
GetCampaignResult.setCampaignResponse(CampaignResponse campaignResponse) |
void |
CreateCampaignResult.setCampaignResponse(CampaignResponse campaignResponse) |
void |
DeleteCampaignResult.setCampaignResponse(CampaignResponse campaignResponse) |
UpdateCampaignResult |
UpdateCampaignResult.withCampaignResponse(CampaignResponse campaignResponse) |
GetCampaignVersionResult |
GetCampaignVersionResult.withCampaignResponse(CampaignResponse campaignResponse) |
GetCampaignResult |
GetCampaignResult.withCampaignResponse(CampaignResponse campaignResponse) |
CreateCampaignResult |
CreateCampaignResult.withCampaignResponse(CampaignResponse campaignResponse) |
DeleteCampaignResult |
DeleteCampaignResult.withCampaignResponse(CampaignResponse campaignResponse) |
CampaignsResponse |
CampaignsResponse.withItem(CampaignResponse... item)
An array of responses, one for each campaign that's associated with the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CampaignsResponse.setItem(Collection<CampaignResponse> item)
An array of responses, one for each campaign that's associated with the application.
|
CampaignsResponse |
CampaignsResponse.withItem(Collection<CampaignResponse> item)
An array of responses, one for each campaign that's associated with the application.
|
Copyright © 2025. All rights reserved.