Uses of Class
software.amazon.awssdk.services.pinpoint.model.ResultRow
-
Packages that use ResultRow Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of ResultRow in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type ResultRow Modifier and Type Method Description List<ResultRow>BaseKpiResult. 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.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type ResultRow Modifier and Type Method Description BaseKpiResult.BuilderBaseKpiResult.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.Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type ResultRow Modifier and Type Method Description BaseKpiResult.BuilderBaseKpiResult.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.
-