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