| Package | Description |
|---|---|
| com.amazonaws.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
TestRecommendation |
TestRecommendation.clone() |
TestRecommendation |
TestRecommendation.withAppComponentName(String appComponentName)
Name of the Application Component.
|
TestRecommendation |
TestRecommendation.withDependsOnAlarms(Collection<String> dependsOnAlarms)
A list of recommended alarms that are used in the test and must be exported before or with the test.
|
TestRecommendation |
TestRecommendation.withDependsOnAlarms(String... dependsOnAlarms)
A list of recommended alarms that are used in the test and must be exported before or with the test.
|
TestRecommendation |
TestRecommendation.withDescription(String description)
Description for the test recommendation.
|
TestRecommendation |
TestRecommendation.withIntent(String intent)
Intent of the test recommendation.
|
TestRecommendation |
TestRecommendation.withItems(Collection<RecommendationItem> items)
The test recommendation items.
|
TestRecommendation |
TestRecommendation.withItems(RecommendationItem... items)
The test recommendation items.
|
TestRecommendation |
TestRecommendation.withName(String name)
Name of the test recommendation.
|
TestRecommendation |
TestRecommendation.withPrerequisite(String prerequisite)
Prerequisite of the test recommendation.
|
TestRecommendation |
TestRecommendation.withRecommendationId(String recommendationId)
Identifier for the test recommendation.
|
TestRecommendation |
TestRecommendation.withRecommendationStatus(RecommendationStatus recommendationStatus)
Status of the recommended test.
|
TestRecommendation |
TestRecommendation.withRecommendationStatus(String recommendationStatus)
Status of the recommended test.
|
TestRecommendation |
TestRecommendation.withReferenceId(String referenceId)
Reference identifier for the test recommendation.
|
TestRecommendation |
TestRecommendation.withRisk(String risk)
Level of risk for this test recommendation.
|
TestRecommendation |
TestRecommendation.withRisk(TestRisk risk)
Level of risk for this test recommendation.
|
TestRecommendation |
TestRecommendation.withType(String type)
Type of test recommendation.
|
TestRecommendation |
TestRecommendation.withType(TestType type)
Type of test recommendation.
|
| Modifier and Type | Method and Description |
|---|---|
List<TestRecommendation> |
ListTestRecommendationsResult.getTestRecommendations()
The test recommendations for the Resilience Hub application.
|
| Modifier and Type | Method and Description |
|---|---|
ListTestRecommendationsResult |
ListTestRecommendationsResult.withTestRecommendations(TestRecommendation... testRecommendations)
The test recommendations for the Resilience Hub application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTestRecommendationsResult.setTestRecommendations(Collection<TestRecommendation> testRecommendations)
The test recommendations for the Resilience Hub application.
|
ListTestRecommendationsResult |
ListTestRecommendationsResult.withTestRecommendations(Collection<TestRecommendation> testRecommendations)
The test recommendations for the Resilience Hub application.
|
Copyright © 2025. All rights reserved.