Uses of Class
software.amazon.awssdk.services.pi.model.Data
-
Packages that use Data Package Description software.amazon.awssdk.services.pi.model -
-
Uses of Data in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return types with arguments of type Data Modifier and Type Method Description List<Data>Insight. baselineData()Metric names and values from the timeframe used as baseline to generate the insight.List<Data>Insight. insightData()List of data objects containing metrics and references from the time range while generating the insight.Methods in software.amazon.awssdk.services.pi.model with parameters of type Data Modifier and Type Method Description Insight.BuilderInsight.Builder. baselineData(Data... baselineData)Metric names and values from the timeframe used as baseline to generate the insight.Insight.BuilderInsight.Builder. insightData(Data... insightData)List of data objects containing metrics and references from the time range while generating the insight.Method parameters in software.amazon.awssdk.services.pi.model with type arguments of type Data Modifier and Type Method Description Insight.BuilderInsight.Builder. baselineData(Collection<Data> baselineData)Metric names and values from the timeframe used as baseline to generate the insight.Insight.BuilderInsight.Builder. insightData(Collection<Data> insightData)List of data objects containing metrics and references from the time range while generating the insight.
-