Uses of Class
software.amazon.awssdk.services.pi.model.Data
Packages that use Data
-
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 DataModifier and TypeMethodDescriptionInsight.baselineData()Metric names and values from the timeframe used as baseline to generate the insight.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 DataModifier and TypeMethodDescriptionInsight.Builder.baselineData(Data... baselineData) Metric names and values from the timeframe used as baseline to generate the insight.Insight.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 DataModifier and TypeMethodDescriptionInsight.Builder.baselineData(Collection<Data> baselineData) Metric names and values from the timeframe used as baseline to generate the insight.Insight.Builder.insightData(Collection<Data> insightData) List of data objects containing metrics and references from the time range while generating the insight.