| Package | Description |
|---|---|
| com.amazonaws.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
RecommendationItem |
RecommendationItem.clone() |
RecommendationItem |
RecommendationItem.withAlreadyImplemented(Boolean alreadyImplemented)
Specifies if the recommendation has already been implemented.
|
RecommendationItem |
RecommendationItem.withResourceId(String resourceId)
The resource identifier.
|
RecommendationItem |
RecommendationItem.withTargetAccountId(String targetAccountId)
The target account identifier.
|
RecommendationItem |
RecommendationItem.withTargetRegion(String targetRegion)
The target region.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecommendationItem> |
SopRecommendation.getItems()
The recommendation items.
|
List<RecommendationItem> |
TestRecommendation.getItems()
The test recommendation items.
|
List<RecommendationItem> |
AlarmRecommendation.getItems()
The list of CloudWatch alarm recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
SopRecommendation |
SopRecommendation.withItems(RecommendationItem... items)
The recommendation items.
|
TestRecommendation |
TestRecommendation.withItems(RecommendationItem... items)
The test recommendation items.
|
AlarmRecommendation |
AlarmRecommendation.withItems(RecommendationItem... items)
The list of CloudWatch alarm recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SopRecommendation.setItems(Collection<RecommendationItem> items)
The recommendation items.
|
void |
TestRecommendation.setItems(Collection<RecommendationItem> items)
The test recommendation items.
|
void |
AlarmRecommendation.setItems(Collection<RecommendationItem> items)
The list of CloudWatch alarm recommendations.
|
SopRecommendation |
SopRecommendation.withItems(Collection<RecommendationItem> items)
The recommendation items.
|
TestRecommendation |
TestRecommendation.withItems(Collection<RecommendationItem> items)
The test recommendation items.
|
AlarmRecommendation |
AlarmRecommendation.withItems(Collection<RecommendationItem> items)
The list of CloudWatch alarm recommendations.
|
Copyright © 2022. All rights reserved.