| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
LensMetric |
LensMetric.addRiskCountsEntry(String key,
Integer value)
Add a single RiskCounts entry
|
LensMetric |
LensMetric.clearRiskCountsEntries()
Removes all the entries added into RiskCounts.
|
LensMetric |
LensMetric.clone() |
LensMetric |
LensMetric.withLensArn(String lensArn)
The lens ARN.
|
LensMetric |
LensMetric.withPillars(Collection<PillarMetric> pillars)
The metrics for the pillars in a lens.
|
LensMetric |
LensMetric.withPillars(PillarMetric... pillars)
The metrics for the pillars in a lens.
|
LensMetric |
LensMetric.withRiskCounts(Map<String,Integer> riskCounts) |
| Modifier and Type | Method and Description |
|---|---|
List<LensMetric> |
ConsolidatedReportMetric.getLenses()
The metrics for the lenses in the workload.
|
| Modifier and Type | Method and Description |
|---|---|
ConsolidatedReportMetric |
ConsolidatedReportMetric.withLenses(LensMetric... lenses)
The metrics for the lenses in the workload.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConsolidatedReportMetric.setLenses(Collection<LensMetric> lenses)
The metrics for the lenses in the workload.
|
ConsolidatedReportMetric |
ConsolidatedReportMetric.withLenses(Collection<LensMetric> lenses)
The metrics for the lenses in the workload.
|
Copyright © 2024. All rights reserved.