| Package | Description |
|---|---|
| com.amazonaws.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
SopRecommendation |
SopRecommendation.clone() |
SopRecommendation |
SopRecommendation.withAppComponentName(String appComponentName)
Name of the Application Component.
|
SopRecommendation |
SopRecommendation.withDescription(String description)
Description of the SOP recommendation.
|
SopRecommendation |
SopRecommendation.withItems(Collection<RecommendationItem> items)
The recommendation items.
|
SopRecommendation |
SopRecommendation.withItems(RecommendationItem... items)
The recommendation items.
|
SopRecommendation |
SopRecommendation.withName(String name)
Name of the SOP recommendation.
|
SopRecommendation |
SopRecommendation.withPrerequisite(String prerequisite)
Prerequisite for the SOP recommendation.
|
SopRecommendation |
SopRecommendation.withRecommendationId(String recommendationId)
Identifier for the SOP recommendation.
|
SopRecommendation |
SopRecommendation.withRecommendationStatus(RecommendationStatus recommendationStatus)
Status of the recommended standard operating procedure.
|
SopRecommendation |
SopRecommendation.withRecommendationStatus(String recommendationStatus)
Status of the recommended standard operating procedure.
|
SopRecommendation |
SopRecommendation.withReferenceId(String referenceId)
Reference identifier for the SOP recommendation.
|
SopRecommendation |
SopRecommendation.withServiceType(SopServiceType serviceType)
The service type.
|
SopRecommendation |
SopRecommendation.withServiceType(String serviceType)
The service type.
|
| Modifier and Type | Method and Description |
|---|---|
List<SopRecommendation> |
ListSopRecommendationsResult.getSopRecommendations()
The standard operating procedure (SOP) recommendations for the Resilience Hub applications.
|
| Modifier and Type | Method and Description |
|---|---|
ListSopRecommendationsResult |
ListSopRecommendationsResult.withSopRecommendations(SopRecommendation... sopRecommendations)
The standard operating procedure (SOP) recommendations for the Resilience Hub applications.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSopRecommendationsResult.setSopRecommendations(Collection<SopRecommendation> sopRecommendations)
The standard operating procedure (SOP) recommendations for the Resilience Hub applications.
|
ListSopRecommendationsResult |
ListSopRecommendationsResult.withSopRecommendations(Collection<SopRecommendation> sopRecommendations)
The standard operating procedure (SOP) recommendations for the Resilience Hub applications.
|
Copyright © 2025. All rights reserved.