Uses of Class
software.amazon.awssdk.services.pinpoint.model.BaseKpiResult
-
Packages that use BaseKpiResult Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of BaseKpiResult in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return BaseKpiResult Modifier and Type Method Description BaseKpiResultApplicationDateRangeKpiResponse. kpiResult()An array of objects that contains the results of the query.BaseKpiResultCampaignDateRangeKpiResponse. kpiResult()An array of objects that contains the results of the query.BaseKpiResultJourneyDateRangeKpiResponse. kpiResult()An array of objects that contains the results of the query.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type BaseKpiResult Modifier and Type Method Description ApplicationDateRangeKpiResponse.BuilderApplicationDateRangeKpiResponse.Builder. kpiResult(BaseKpiResult kpiResult)An array of objects that contains the results of the query.CampaignDateRangeKpiResponse.BuilderCampaignDateRangeKpiResponse.Builder. kpiResult(BaseKpiResult kpiResult)An array of objects that contains the results of the query.JourneyDateRangeKpiResponse.BuilderJourneyDateRangeKpiResponse.Builder. kpiResult(BaseKpiResult kpiResult)An array of objects that contains the results of the query.
-