Uses of Class
software.amazon.awssdk.services.resiliencehub.model.SopRecommendation
-
Packages that use SopRecommendation Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of SopRecommendation in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type SopRecommendation Modifier and Type Method Description List<SopRecommendation>ListSopRecommendationsResponse. sopRecommendations()The standard operating procedure (SOP) recommendations for the Resilience Hub applications.Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type SopRecommendation Modifier and Type Method Description ListSopRecommendationsResponse.BuilderListSopRecommendationsResponse.Builder. sopRecommendations(SopRecommendation... sopRecommendations)The standard operating procedure (SOP) recommendations for the Resilience Hub applications.Method parameters in software.amazon.awssdk.services.resiliencehub.model with type arguments of type SopRecommendation Modifier and Type Method Description ListSopRecommendationsResponse.BuilderListSopRecommendationsResponse.Builder. sopRecommendations(Collection<SopRecommendation> sopRecommendations)The standard operating procedure (SOP) recommendations for the Resilience Hub applications.
-