| Package | Description |
|---|---|
| com.amazonaws.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
ScoringComponentResiliencyScore |
ScoringComponentResiliencyScore.clone() |
ScoringComponentResiliencyScore |
ScoringComponentResiliencyScore.withExcludedCount(Long excludedCount)
Number of recommendations that were excluded from the assessment.
|
ScoringComponentResiliencyScore |
ScoringComponentResiliencyScore.withOutstandingCount(Long outstandingCount)
Number of recommendations that must be implemented to obtain the maximum possible score for the scoring
component.
|
ScoringComponentResiliencyScore |
ScoringComponentResiliencyScore.withPossibleScore(Double possibleScore)
Maximum possible score that can be obtained for the scoring component.
|
ScoringComponentResiliencyScore |
ScoringComponentResiliencyScore.withScore(Double score)
Resiliency score points given for the scoring component.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ScoringComponentResiliencyScore> |
ResiliencyScore.getComponentScore()
The score generated by Resilience Hub for the scoring component after running an assessment.
|
| Modifier and Type | Method and Description |
|---|---|
ResiliencyScore |
ResiliencyScore.addComponentScoreEntry(String key,
ScoringComponentResiliencyScore value)
Add a single ComponentScore entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResiliencyScore.setComponentScore(Map<String,ScoringComponentResiliencyScore> componentScore)
The score generated by Resilience Hub for the scoring component after running an assessment.
|
ResiliencyScore |
ResiliencyScore.withComponentScore(Map<String,ScoringComponentResiliencyScore> componentScore)
The score generated by Resilience Hub for the scoring component after running an assessment.
|
Copyright © 2025. All rights reserved.