Uses of Class
software.amazon.awssdk.services.resiliencehub.model.BatchUpdateRecommendationStatusSuccessfulEntry
-
Packages that use BatchUpdateRecommendationStatusSuccessfulEntry Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of BatchUpdateRecommendationStatusSuccessfulEntry in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type BatchUpdateRecommendationStatusSuccessfulEntry Modifier and Type Method Description List<BatchUpdateRecommendationStatusSuccessfulEntry>BatchUpdateRecommendationStatusResponse. successfulEntries()A list of items that were included or excluded.Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type BatchUpdateRecommendationStatusSuccessfulEntry Modifier and Type Method Description BatchUpdateRecommendationStatusResponse.BuilderBatchUpdateRecommendationStatusResponse.Builder. successfulEntries(BatchUpdateRecommendationStatusSuccessfulEntry... successfulEntries)A list of items that were included or excluded.Method parameters in software.amazon.awssdk.services.resiliencehub.model with type arguments of type BatchUpdateRecommendationStatusSuccessfulEntry Modifier and Type Method Description BatchUpdateRecommendationStatusResponse.BuilderBatchUpdateRecommendationStatusResponse.Builder. successfulEntries(Collection<BatchUpdateRecommendationStatusSuccessfulEntry> successfulEntries)A list of items that were included or excluded.
-