| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint |
Doc Engage API - Amazon Pinpoint API
|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetJourneyDateRangeKpiResult> |
AmazonPinpointAsync.getJourneyDateRangeKpiAsync(GetJourneyDateRangeKpiRequest getJourneyDateRangeKpiRequest,
AsyncHandler<GetJourneyDateRangeKpiRequest,GetJourneyDateRangeKpiResult> asyncHandler)
Retrieves (queries) pre-aggregated data for a standard engagement metric that applies to a journey.
|
Future<GetJourneyDateRangeKpiResult> |
AmazonPinpointAsyncClient.getJourneyDateRangeKpiAsync(GetJourneyDateRangeKpiRequest request,
AsyncHandler<GetJourneyDateRangeKpiRequest,GetJourneyDateRangeKpiResult> asyncHandler) |
Future<GetJourneyDateRangeKpiResult> |
AbstractAmazonPinpointAsync.getJourneyDateRangeKpiAsync(GetJourneyDateRangeKpiRequest request,
AsyncHandler<GetJourneyDateRangeKpiRequest,GetJourneyDateRangeKpiResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetJourneyDateRangeKpiRequest |
GetJourneyDateRangeKpiRequest.clone() |
GetJourneyDateRangeKpiRequest |
GetJourneyDateRangeKpiRequest.withApplicationId(String applicationId)
The unique identifier for the application.
|
GetJourneyDateRangeKpiRequest |
GetJourneyDateRangeKpiRequest.withEndTime(Date endTime)
The last date and time to retrieve data for, as part of an inclusive date range that filters the query results.
|
GetJourneyDateRangeKpiRequest |
GetJourneyDateRangeKpiRequest.withJourneyId(String journeyId)
The unique identifier for the journey.
|
GetJourneyDateRangeKpiRequest |
GetJourneyDateRangeKpiRequest.withKpiName(String kpiName)
The name of the metric, also referred to as a key performance indicator (KPI), to retrieve data for.
|
GetJourneyDateRangeKpiRequest |
GetJourneyDateRangeKpiRequest.withNextToken(String nextToken)
The string that specifies which page of results to return in a paginated response.
|
GetJourneyDateRangeKpiRequest |
GetJourneyDateRangeKpiRequest.withPageSize(String pageSize)
The maximum number of items to include in each page of a paginated response.
|
GetJourneyDateRangeKpiRequest |
GetJourneyDateRangeKpiRequest.withStartTime(Date startTime)
The first date and time to retrieve data for, as part of an inclusive date range that filters the query results.
|
Copyright © 2021. All rights reserved.