Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
ActivityResponse |
ActivityResponse.clone() |
ActivityResponse |
ActivityResponse.withApplicationId(String applicationId)
The unique identifier for the application that the campaign applies to.
|
ActivityResponse |
ActivityResponse.withCampaignId(String campaignId)
The unique identifier for the campaign that the activity applies to.
|
ActivityResponse |
ActivityResponse.withEnd(String end)
The actual time, in ISO 8601 format, when the activity was marked CANCELLED or COMPLETED.
|
ActivityResponse |
ActivityResponse.withId(String id)
The unique identifier for the activity.
|
ActivityResponse |
ActivityResponse.withResult(String result)
Specifies whether the activity succeeded.
|
ActivityResponse |
ActivityResponse.withScheduledStart(String scheduledStart)
The scheduled start time, in ISO 8601 format, for the activity.
|
ActivityResponse |
ActivityResponse.withStart(String start)
The actual start time, in ISO 8601 format, of the activity.
|
ActivityResponse |
ActivityResponse.withState(String state)
The current status of the activity.
|
ActivityResponse |
ActivityResponse.withSuccessfulEndpointCount(Integer successfulEndpointCount)
The total number of endpoints that the campaign successfully delivered messages to.
|
ActivityResponse |
ActivityResponse.withTimezonesCompletedCount(Integer timezonesCompletedCount)
The total number of time zones that were completed.
|
ActivityResponse |
ActivityResponse.withTimezonesTotalCount(Integer timezonesTotalCount)
The total number of unique time zones that are in the segment for the campaign.
|
ActivityResponse |
ActivityResponse.withTotalEndpointCount(Integer totalEndpointCount)
The total number of endpoints that the campaign attempted to deliver messages to.
|
ActivityResponse |
ActivityResponse.withTreatmentId(String treatmentId)
The unique identifier for the campaign treatment that the activity applies to.
|
Modifier and Type | Method and Description |
---|---|
List<ActivityResponse> |
ActivitiesResponse.getItem()
An array of responses, one for each activity that was performed by the campaign.
|
Modifier and Type | Method and Description |
---|---|
ActivitiesResponse |
ActivitiesResponse.withItem(ActivityResponse... item)
An array of responses, one for each activity that was performed by the campaign.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivitiesResponse.setItem(Collection<ActivityResponse> item)
An array of responses, one for each activity that was performed by the campaign.
|
ActivitiesResponse |
ActivitiesResponse.withItem(Collection<ActivityResponse> item)
An array of responses, one for each activity that was performed by the campaign.
|
Copyright © 2020. All rights reserved.