Uses of Class
software.amazon.awssdk.services.wellarchitected.model.LensMetric
-
Packages that use LensMetric Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of LensMetric in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type LensMetric Modifier and Type Method Description List<LensMetric>ConsolidatedReportMetric. lenses()The metrics for the lenses in the workload.Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type LensMetric Modifier and Type Method Description ConsolidatedReportMetric.BuilderConsolidatedReportMetric.Builder. lenses(LensMetric... lenses)The metrics for the lenses in the workload.Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type LensMetric Modifier and Type Method Description ConsolidatedReportMetric.BuilderConsolidatedReportMetric.Builder. lenses(Collection<LensMetric> lenses)The metrics for the lenses in the workload.
-