| Package | Description |
|---|---|
| com.amazonaws.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
TestRecommendation |
TestRecommendation.clone() |
TestRecommendation |
TestRecommendation.withAppComponentName(String appComponentName)
The 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)
The description for the test recommendation.
|
TestRecommendation |
TestRecommendation.withIntent(String intent)
The 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)
The name of the test recommendation.
|
TestRecommendation |
TestRecommendation.withPrerequisite(String prerequisite)
The prerequisite of the test recommendation.
|
TestRecommendation |
TestRecommendation.withRecommendationId(String recommendationId)
Identifier for the test recommendation.
|
TestRecommendation |
TestRecommendation.withReferenceId(String referenceId)
The reference identifier for the test recommendation.
|
TestRecommendation |
TestRecommendation.withRisk(String risk)
The level of risk for this test recommendation.
|
TestRecommendation |
TestRecommendation.withRisk(TestRisk risk)
The level of risk for this test recommendation.
|
TestRecommendation |
TestRecommendation.withType(String type)
The type of test recommendation.
|
TestRecommendation |
TestRecommendation.withType(TestType type)
The 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 © 2023. All rights reserved.