| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static BaseKpiResult.Builder |
BaseKpiResult.builder() |
BaseKpiResult.Builder |
BaseKpiResult.Builder.rows(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.Builder |
BaseKpiResult.Builder.rows(Consumer<ResultRow.Builder>... 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.Builder |
BaseKpiResult.Builder.rows(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.Builder |
BaseKpiResult.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BaseKpiResult.Builder> |
BaseKpiResult.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default JourneyDateRangeKpiResponse.Builder |
JourneyDateRangeKpiResponse.Builder.kpiResult(Consumer<BaseKpiResult.Builder> kpiResult)
An array of objects that contains the results of the query.
|
default CampaignDateRangeKpiResponse.Builder |
CampaignDateRangeKpiResponse.Builder.kpiResult(Consumer<BaseKpiResult.Builder> kpiResult)
An array of objects that contains the results of the query.
|
default ApplicationDateRangeKpiResponse.Builder |
ApplicationDateRangeKpiResponse.Builder.kpiResult(Consumer<BaseKpiResult.Builder> kpiResult)
An array of objects that contains the results of the query.
|
Copyright © 2019. All rights reserved.