| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
JourneyDateRangeKpiResponse |
JourneyDateRangeKpiResponse.clone() |
JourneyDateRangeKpiResponse |
GetJourneyDateRangeKpiResult.getJourneyDateRangeKpiResponse() |
JourneyDateRangeKpiResponse |
JourneyDateRangeKpiResponse.withApplicationId(String applicationId)
The unique identifier for the application that the metric applies to.
|
JourneyDateRangeKpiResponse |
JourneyDateRangeKpiResponse.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.
|
JourneyDateRangeKpiResponse |
JourneyDateRangeKpiResponse.withJourneyId(String journeyId)
The unique identifier for the journey that the metric applies to.
|
JourneyDateRangeKpiResponse |
JourneyDateRangeKpiResponse.withKpiName(String kpiName)
The name of the metric, also referred to as a key performance indicator (KPI), that the data was retrieved
for.
|
JourneyDateRangeKpiResponse |
JourneyDateRangeKpiResponse.withKpiResult(BaseKpiResult kpiResult)
An array of objects that contains the results of the query.
|
JourneyDateRangeKpiResponse |
JourneyDateRangeKpiResponse.withNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
JourneyDateRangeKpiResponse |
JourneyDateRangeKpiResponse.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 |
GetJourneyDateRangeKpiResult.setJourneyDateRangeKpiResponse(JourneyDateRangeKpiResponse journeyDateRangeKpiResponse) |
GetJourneyDateRangeKpiResult |
GetJourneyDateRangeKpiResult.withJourneyDateRangeKpiResponse(JourneyDateRangeKpiResponse journeyDateRangeKpiResponse) |
Copyright © 2021. All rights reserved.