| Package | Description |
|---|---|
| com.amazonaws.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateRecommendationStatusFailedEntry |
BatchUpdateRecommendationStatusFailedEntry.clone() |
BatchUpdateRecommendationStatusFailedEntry |
BatchUpdateRecommendationStatusFailedEntry.withEntryId(String entryId)
An identifier of an entry in this batch that is used to communicate the result.
|
BatchUpdateRecommendationStatusFailedEntry |
BatchUpdateRecommendationStatusFailedEntry.withErrorMessage(String errorMessage)
Indicates the error that occurred while excluding an operational recommendation.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchUpdateRecommendationStatusFailedEntry> |
BatchUpdateRecommendationStatusResult.getFailedEntries()
A list of items with error details about each item, which could not be included or excluded.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateRecommendationStatusResult |
BatchUpdateRecommendationStatusResult.withFailedEntries(BatchUpdateRecommendationStatusFailedEntry... failedEntries)
A list of items with error details about each item, which could not be included or excluded.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchUpdateRecommendationStatusResult.setFailedEntries(Collection<BatchUpdateRecommendationStatusFailedEntry> failedEntries)
A list of items with error details about each item, which could not be included or excluded.
|
BatchUpdateRecommendationStatusResult |
BatchUpdateRecommendationStatusResult.withFailedEntries(Collection<BatchUpdateRecommendationStatusFailedEntry> failedEntries)
A list of items with error details about each item, which could not be included or excluded.
|
Copyright © 2024. All rights reserved.