| Package | Description |
|---|---|
| com.amazonaws.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentRecommendation |
ComponentRecommendation.clone() |
ComponentRecommendation |
ComponentRecommendation.withAppComponentName(String appComponentName)
The name of the Application Component.
|
ComponentRecommendation |
ComponentRecommendation.withConfigRecommendations(Collection<ConfigRecommendation> configRecommendations)
The list of recommendations.
|
ComponentRecommendation |
ComponentRecommendation.withConfigRecommendations(ConfigRecommendation... configRecommendations)
The list of recommendations.
|
ComponentRecommendation |
ComponentRecommendation.withRecommendationStatus(RecommendationComplianceStatus recommendationStatus)
The recommendation status.
|
ComponentRecommendation |
ComponentRecommendation.withRecommendationStatus(String recommendationStatus)
The recommendation status.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComponentRecommendation> |
ListAppComponentRecommendationsResult.getComponentRecommendations()
The recommendations for an Resilience Hub Application Component, returned as an object.
|
| Modifier and Type | Method and Description |
|---|---|
ListAppComponentRecommendationsResult |
ListAppComponentRecommendationsResult.withComponentRecommendations(ComponentRecommendation... componentRecommendations)
The recommendations for an Resilience Hub Application Component, returned as an object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAppComponentRecommendationsResult.setComponentRecommendations(Collection<ComponentRecommendation> componentRecommendations)
The recommendations for an Resilience Hub Application Component, returned as an object.
|
ListAppComponentRecommendationsResult |
ListAppComponentRecommendationsResult.withComponentRecommendations(Collection<ComponentRecommendation> componentRecommendations)
The recommendations for an Resilience Hub Application Component, returned as an object.
|
Copyright © 2023. All rights reserved.