| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
BaseKpiResult |
BaseKpiResult.clone() |
BaseKpiResult |
ApplicationDateRangeKpiResponse.getKpiResult()
An array of objects that contains the results of the query.
|
BaseKpiResult |
CampaignDateRangeKpiResponse.getKpiResult()
An array of objects that contains the results of the query.
|
BaseKpiResult |
JourneyDateRangeKpiResponse.getKpiResult()
An array of objects that contains the results of the query.
|
BaseKpiResult |
BaseKpiResult.withRows(Collection<ResultRow> rows)
An array of objects that provides the results of a query that retrieved the data for a standard metric that
applies to an application, campaign, or journey.
|
BaseKpiResult |
BaseKpiResult.withRows(ResultRow... rows)
An array of objects that provides the results of a query that retrieved the data for a standard metric that
applies to an application, campaign, or journey.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationDateRangeKpiResponse.setKpiResult(BaseKpiResult kpiResult)
An array of objects that contains the results of the query.
|
void |
CampaignDateRangeKpiResponse.setKpiResult(BaseKpiResult kpiResult)
An array of objects that contains the results of the query.
|
void |
JourneyDateRangeKpiResponse.setKpiResult(BaseKpiResult kpiResult)
An array of objects that contains the results of the query.
|
ApplicationDateRangeKpiResponse |
ApplicationDateRangeKpiResponse.withKpiResult(BaseKpiResult kpiResult)
An array of objects that contains the results of the query.
|
CampaignDateRangeKpiResponse |
CampaignDateRangeKpiResponse.withKpiResult(BaseKpiResult kpiResult)
An array of objects that contains the results of the query.
|
JourneyDateRangeKpiResponse |
JourneyDateRangeKpiResponse.withKpiResult(BaseKpiResult kpiResult)
An array of objects that contains the results of the query.
|
Copyright © 2024. All rights reserved.