Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
ResultRowValue |
ResultRowValue.clone() |
ResultRowValue |
ResultRowValue.withKey(String key)
The friendly name of the metric whose value is specified by the Value property.
|
ResultRowValue |
ResultRowValue.withType(String type)
The data type of the value specified by the Value property.
|
ResultRowValue |
ResultRowValue.withValue(String value)
In a Values object, the value for the metric that the query retrieved data for.
|
Modifier and Type | Method and Description |
---|---|
List<ResultRowValue> |
ResultRow.getGroupedBys()
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.
|
List<ResultRowValue> |
ResultRow.getValues()
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 |
---|---|
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(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 |
---|---|
void |
ResultRow.setGroupedBys(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.
|
void |
ResultRow.setValues(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 |
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.withValues(Collection<ResultRowValue> values)
An array of objects that provides pre-aggregated values for a standard metric that applies to an application,
campaign, or journey.
|
Copyright © 2022. All rights reserved.