| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
CampaignResponse |
CampaignResponse.addTagsEntry(String key,
String value) |
CampaignResponse |
CampaignResponse.clearTagsEntries()
Removes all the entries added into Tags.
|
CampaignResponse |
CampaignResponse.clone() |
CampaignResponse |
GetCampaignVersionResult.getCampaignResponse() |
CampaignResponse |
UpdateCampaignResult.getCampaignResponse() |
CampaignResponse |
DeleteCampaignResult.getCampaignResponse() |
CampaignResponse |
GetCampaignResult.getCampaignResponse() |
CampaignResponse |
CreateCampaignResult.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, ISO 8601 format, when the campaign was created.
|
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.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.withTreatmentDescription(String treatmentDescription)
The custom description of a variation of the campaign that's used for A/B testing.
|
CampaignResponse |
CampaignResponse.withTreatmentName(String treatmentName)
The custom name of a variation of the campaign that's used for A/B testing.
|
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 |
GetCampaignVersionResult.setCampaignResponse(CampaignResponse campaignResponse) |
void |
UpdateCampaignResult.setCampaignResponse(CampaignResponse campaignResponse) |
void |
DeleteCampaignResult.setCampaignResponse(CampaignResponse campaignResponse) |
void |
GetCampaignResult.setCampaignResponse(CampaignResponse campaignResponse) |
void |
CreateCampaignResult.setCampaignResponse(CampaignResponse campaignResponse) |
GetCampaignVersionResult |
GetCampaignVersionResult.withCampaignResponse(CampaignResponse campaignResponse) |
UpdateCampaignResult |
UpdateCampaignResult.withCampaignResponse(CampaignResponse campaignResponse) |
DeleteCampaignResult |
DeleteCampaignResult.withCampaignResponse(CampaignResponse campaignResponse) |
GetCampaignResult |
GetCampaignResult.withCampaignResponse(CampaignResponse campaignResponse) |
CreateCampaignResult |
CreateCampaignResult.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 © 2019. All rights reserved.