Uses of Class
software.amazon.awssdk.services.devopsguru.model.PerformanceInsightsReferenceData
-
Packages that use PerformanceInsightsReferenceData Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of PerformanceInsightsReferenceData in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type PerformanceInsightsReferenceData Modifier and Type Method Description List<PerformanceInsightsReferenceData>PerformanceInsightsMetricsDetail. referenceData()For more information, seePerformanceInsightsReferenceData.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type PerformanceInsightsReferenceData Modifier and Type Method Description PerformanceInsightsMetricsDetail.BuilderPerformanceInsightsMetricsDetail.Builder. referenceData(PerformanceInsightsReferenceData... referenceData)For more information, seePerformanceInsightsReferenceData.Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type PerformanceInsightsReferenceData Modifier and Type Method Description PerformanceInsightsMetricsDetail.BuilderPerformanceInsightsMetricsDetail.Builder. referenceData(Collection<PerformanceInsightsReferenceData> referenceData)For more information, seePerformanceInsightsReferenceData.
-