Uses of Class
software.amazon.awssdk.services.pinpoint.model.ResultRowValue
-
Packages that use ResultRowValue Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of ResultRowValue in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type ResultRowValue Modifier and Type Method Description List<ResultRowValue>ResultRow. 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.List<ResultRowValue>ResultRow. values()An array of objects that provides pre-aggregated values for a standard metric that applies to an application, campaign, or journey.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type ResultRowValue Modifier and Type Method Description ResultRow.BuilderResultRow.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.BuilderResultRow.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.Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type ResultRowValue Modifier and Type Method Description ResultRow.BuilderResultRow.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.BuilderResultRow.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.
-