Uses of Class
software.amazon.awssdk.services.resiliencehub.model.UpdateRecommendationStatusRequestEntry
-
Packages that use UpdateRecommendationStatusRequestEntry Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of UpdateRecommendationStatusRequestEntry in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type UpdateRecommendationStatusRequestEntry Modifier and Type Method Description List<UpdateRecommendationStatusRequestEntry>BatchUpdateRecommendationStatusRequest. requestEntries()Defines the list of operational recommendations that need to be included or excluded.Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type UpdateRecommendationStatusRequestEntry Modifier and Type Method Description BatchUpdateRecommendationStatusRequest.BuilderBatchUpdateRecommendationStatusRequest.Builder. requestEntries(UpdateRecommendationStatusRequestEntry... requestEntries)Defines the list of operational recommendations that need to be included or excluded.Method parameters in software.amazon.awssdk.services.resiliencehub.model with type arguments of type UpdateRecommendationStatusRequestEntry Modifier and Type Method Description BatchUpdateRecommendationStatusRequest.BuilderBatchUpdateRecommendationStatusRequest.Builder. requestEntries(Collection<UpdateRecommendationStatusRequestEntry> requestEntries)Defines the list of operational recommendations that need to be included or excluded.
-