Uses of Class
software.amazon.awssdk.services.resiliencehub.model.ListSopRecommendationsResponse
-
Packages that use ListSopRecommendationsResponse Package Description software.amazon.awssdk.services.resiliencehub Resilience Hub helps you proactively prepare and protect your Amazon Web Services applications from disruptions.software.amazon.awssdk.services.resiliencehub.paginators -
-
Uses of ListSopRecommendationsResponse in software.amazon.awssdk.services.resiliencehub
Methods in software.amazon.awssdk.services.resiliencehub that return ListSopRecommendationsResponse Modifier and Type Method Description default ListSopRecommendationsResponseResiliencehubClient. listSopRecommendations(Consumer<ListSopRecommendationsRequest.Builder> listSopRecommendationsRequest)Lists the standard operating procedure (SOP) recommendations for the Resilience Hub applications.default ListSopRecommendationsResponseResiliencehubClient. listSopRecommendations(ListSopRecommendationsRequest listSopRecommendationsRequest)Lists the standard operating procedure (SOP) recommendations for the Resilience Hub applications.Methods in software.amazon.awssdk.services.resiliencehub that return types with arguments of type ListSopRecommendationsResponse Modifier and Type Method Description default CompletableFuture<ListSopRecommendationsResponse>ResiliencehubAsyncClient. listSopRecommendations(Consumer<ListSopRecommendationsRequest.Builder> listSopRecommendationsRequest)Lists the standard operating procedure (SOP) recommendations for the Resilience Hub applications.default CompletableFuture<ListSopRecommendationsResponse>ResiliencehubAsyncClient. listSopRecommendations(ListSopRecommendationsRequest listSopRecommendationsRequest)Lists the standard operating procedure (SOP) recommendations for the Resilience Hub applications. -
Uses of ListSopRecommendationsResponse in software.amazon.awssdk.services.resiliencehub.paginators
Methods in software.amazon.awssdk.services.resiliencehub.paginators that return types with arguments of type ListSopRecommendationsResponse Modifier and Type Method Description Iterator<ListSopRecommendationsResponse>ListSopRecommendationsIterable. iterator()Method parameters in software.amazon.awssdk.services.resiliencehub.paginators with type arguments of type ListSopRecommendationsResponse Modifier and Type Method Description voidListSopRecommendationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSopRecommendationsResponse> subscriber)
-