| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
CampaignDateRangeKpiResponse |
CampaignDateRangeKpiResponse.clone() |
CampaignDateRangeKpiResponse |
GetCampaignDateRangeKpiResult.getCampaignDateRangeKpiResponse() |
CampaignDateRangeKpiResponse |
CampaignDateRangeKpiResponse.withApplicationId(String applicationId)
The unique identifier for the application that the metric applies to.
|
CampaignDateRangeKpiResponse |
CampaignDateRangeKpiResponse.withCampaignId(String campaignId)
The unique identifier for the campaign that the metric applies to.
|
CampaignDateRangeKpiResponse |
CampaignDateRangeKpiResponse.withEndTime(Date endTime)
The last date and time of the date range that was used to filter the query results, in extended ISO 8601 format.
|
CampaignDateRangeKpiResponse |
CampaignDateRangeKpiResponse.withKpiName(String kpiName)
The name of the metric, also referred to as a key performance indicator (KPI), that the data was retrieved
for.
|
CampaignDateRangeKpiResponse |
CampaignDateRangeKpiResponse.withKpiResult(BaseKpiResult kpiResult)
An array of objects that contains the results of the query.
|
CampaignDateRangeKpiResponse |
CampaignDateRangeKpiResponse.withNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
CampaignDateRangeKpiResponse |
CampaignDateRangeKpiResponse.withStartTime(Date startTime)
The first date and time of the date range that was used to filter the query results, in extended ISO 8601 format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetCampaignDateRangeKpiResult.setCampaignDateRangeKpiResponse(CampaignDateRangeKpiResponse campaignDateRangeKpiResponse) |
GetCampaignDateRangeKpiResult |
GetCampaignDateRangeKpiResult.withCampaignDateRangeKpiResponse(CampaignDateRangeKpiResponse campaignDateRangeKpiResponse) |
Copyright © 2023. All rights reserved.