| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static ResultRow.Builder |
ResultRow.builder() |
ResultRow.Builder |
ResultRow.Builder.groupedBys(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.Builder |
ResultRow.Builder.groupedBys(Consumer<ResultRowValue.Builder>... 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.Builder |
ResultRow.Builder.groupedBys(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.Builder |
ResultRow.toBuilder() |
ResultRow.Builder |
ResultRow.Builder.values(Collection<ResultRowValue> values)
An array of objects that provides pre-aggregated values for a standard metric that applies to an application,
campaign, or journey.
|
ResultRow.Builder |
ResultRow.Builder.values(Consumer<ResultRowValue.Builder>... values)
An array of objects that provides pre-aggregated values for a standard metric that applies to an application,
campaign, or journey.
|
ResultRow.Builder |
ResultRow.Builder.values(ResultRowValue... values)
An array of objects that provides pre-aggregated values for a standard metric that applies to an application,
campaign, or journey.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ResultRow.Builder> |
ResultRow.serializableBuilderClass() |
Copyright © 2020. All rights reserved.