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