| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
ResultRow |
ResultRow.clone() |
ResultRow |
ResultRow.withGroupedBys(Collection<ResultRowValue> groupedBys)
An array of objects that defines the field and field values that were used to group data in a result set that
contains multiple results.
|
ResultRow |
ResultRow.withGroupedBys(ResultRowValue... groupedBys)
An array of objects that defines the field and field values that were used to group data in a result set that
contains multiple results.
|
ResultRow |
ResultRow.withValues(Collection<ResultRowValue> values)
An array of objects that provides pre-aggregated values for a standard metric that applies to an application or
campaign.
|
ResultRow |
ResultRow.withValues(ResultRowValue... values)
An array of objects that provides pre-aggregated values for a standard metric that applies to an application or
campaign.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResultRow> |
BaseKpiResult.getRows()
An array of objects that provides the results of a query that retrieved the data for a standard metric that
applies to an application or campaign.
|
| Modifier and Type | Method and Description |
|---|---|
BaseKpiResult |
BaseKpiResult.withRows(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 or campaign.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseKpiResult.setRows(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 or campaign.
|
BaseKpiResult |
BaseKpiResult.withRows(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 or campaign.
|
Copyright © 2019. All rights reserved.