Uses of Class
software.amazon.awssdk.services.resiliencehub.model.BatchUpdateRecommendationStatusFailedEntry
-
Packages that use BatchUpdateRecommendationStatusFailedEntry Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of BatchUpdateRecommendationStatusFailedEntry in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type BatchUpdateRecommendationStatusFailedEntry Modifier and Type Method Description List<BatchUpdateRecommendationStatusFailedEntry>BatchUpdateRecommendationStatusResponse. failedEntries()A list of items with error details about each item, which could not be included or excluded.Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type BatchUpdateRecommendationStatusFailedEntry Modifier and Type Method Description BatchUpdateRecommendationStatusResponse.BuilderBatchUpdateRecommendationStatusResponse.Builder. failedEntries(BatchUpdateRecommendationStatusFailedEntry... failedEntries)A list of items with error details about each item, which could not be included or excluded.Method parameters in software.amazon.awssdk.services.resiliencehub.model with type arguments of type BatchUpdateRecommendationStatusFailedEntry Modifier and Type Method Description BatchUpdateRecommendationStatusResponse.BuilderBatchUpdateRecommendationStatusResponse.Builder. failedEntries(Collection<BatchUpdateRecommendationStatusFailedEntry> failedEntries)A list of items with error details about each item, which could not be included or excluded.
-