| Package | Description |
|---|---|
| com.amazonaws.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateRecommendationStatusSuccessfulEntry |
BatchUpdateRecommendationStatusSuccessfulEntry.clone() |
BatchUpdateRecommendationStatusSuccessfulEntry |
BatchUpdateRecommendationStatusSuccessfulEntry.withEntryId(String entryId)
An identifier for an entry in this batch that is used to communicate the result.
|
BatchUpdateRecommendationStatusSuccessfulEntry |
BatchUpdateRecommendationStatusSuccessfulEntry.withExcluded(Boolean excluded)
Indicates if the operational recommendation was successfully excluded.
|
BatchUpdateRecommendationStatusSuccessfulEntry |
BatchUpdateRecommendationStatusSuccessfulEntry.withExcludeReason(ExcludeRecommendationReason excludeReason)
Indicates the reason for excluding an operational recommendation.
|
BatchUpdateRecommendationStatusSuccessfulEntry |
BatchUpdateRecommendationStatusSuccessfulEntry.withExcludeReason(String excludeReason)
Indicates the reason for excluding an operational recommendation.
|
BatchUpdateRecommendationStatusSuccessfulEntry |
BatchUpdateRecommendationStatusSuccessfulEntry.withItem(UpdateRecommendationStatusItem item)
The operational recommendation item.
|
BatchUpdateRecommendationStatusSuccessfulEntry |
BatchUpdateRecommendationStatusSuccessfulEntry.withReferenceId(String referenceId)
Reference identifier of the operational recommendation.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchUpdateRecommendationStatusSuccessfulEntry> |
BatchUpdateRecommendationStatusResult.getSuccessfulEntries()
A list of items that were included or excluded.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateRecommendationStatusResult |
BatchUpdateRecommendationStatusResult.withSuccessfulEntries(BatchUpdateRecommendationStatusSuccessfulEntry... successfulEntries)
A list of items that were included or excluded.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchUpdateRecommendationStatusResult.setSuccessfulEntries(Collection<BatchUpdateRecommendationStatusSuccessfulEntry> successfulEntries)
A list of items that were included or excluded.
|
BatchUpdateRecommendationStatusResult |
BatchUpdateRecommendationStatusResult.withSuccessfulEntries(Collection<BatchUpdateRecommendationStatusSuccessfulEntry> successfulEntries)
A list of items that were included or excluded.
|
Copyright © 2024. All rights reserved.