| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
ActivityResponse |
ActivityResponse.clone() |
ActivityResponse |
ActivityResponse.withApplicationId(String applicationId)
The ID of the application to which the campaign applies.
|
ActivityResponse |
ActivityResponse.withCampaignId(String campaignId)
The ID of the campaign to which the activity applies.
|
ActivityResponse |
ActivityResponse.withEnd(String end)
The actual time the activity was marked CANCELLED or COMPLETED.
|
ActivityResponse |
ActivityResponse.withId(String id)
The unique activity ID.
|
ActivityResponse |
ActivityResponse.withResult(String result)
Indicates whether the activity succeeded.
|
ActivityResponse |
ActivityResponse.withScheduledStart(String scheduledStart)
The scheduled start time for the activity in ISO 8601 format.
|
ActivityResponse |
ActivityResponse.withStart(String start)
The actual start time of the activity in ISO 8601 format.
|
ActivityResponse |
ActivityResponse.withState(String state)
The state of the activity.
|
ActivityResponse |
ActivityResponse.withSuccessfulEndpointCount(Integer successfulEndpointCount)
The total number of endpoints to which the campaign successfully delivered messages.
|
ActivityResponse |
ActivityResponse.withTimezonesCompletedCount(Integer timezonesCompletedCount)
The total number of timezones completed.
|
ActivityResponse |
ActivityResponse.withTimezonesTotalCount(Integer timezonesTotalCount)
The total number of unique timezones present in the segment.
|
ActivityResponse |
ActivityResponse.withTotalEndpointCount(Integer totalEndpointCount)
The total number of endpoints to which the campaign attempts to deliver messages.
|
ActivityResponse |
ActivityResponse.withTreatmentId(String treatmentId)
The ID of a variation of the campaign used for A/B testing.
|
| Modifier and Type | Method and Description |
|---|---|
List<ActivityResponse> |
ActivitiesResponse.getItem()
List of campaign activities
|
| Modifier and Type | Method and Description |
|---|---|
ActivitiesResponse |
ActivitiesResponse.withItem(ActivityResponse... item)
List of campaign activities
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActivitiesResponse.setItem(Collection<ActivityResponse> item)
List of campaign activities
|
ActivitiesResponse |
ActivitiesResponse.withItem(Collection<ActivityResponse> item)
List of campaign activities
|
Copyright © 2019. All rights reserved.