Uses of Class
software.amazon.awssdk.services.resiliencehub.model.ListSopRecommendationsRequest
-
Packages that use ListSopRecommendationsRequest 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 software.amazon.awssdk.services.resiliencehub.transform -
-
Uses of ListSopRecommendationsRequest in software.amazon.awssdk.services.resiliencehub
Methods in software.amazon.awssdk.services.resiliencehub with parameters of type ListSopRecommendationsRequest Modifier and Type Method Description default CompletableFuture<ListSopRecommendationsResponse>ResiliencehubAsyncClient. listSopRecommendations(ListSopRecommendationsRequest 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.default ListSopRecommendationsPublisherResiliencehubAsyncClient. listSopRecommendationsPaginator(ListSopRecommendationsRequest listSopRecommendationsRequest)default ListSopRecommendationsIterableResiliencehubClient. listSopRecommendationsPaginator(ListSopRecommendationsRequest listSopRecommendationsRequest)This is a variant ofResiliencehubClient.listSopRecommendations(software.amazon.awssdk.services.resiliencehub.model.ListSopRecommendationsRequest)operation. -
Uses of ListSopRecommendationsRequest in software.amazon.awssdk.services.resiliencehub.paginators
Constructors in software.amazon.awssdk.services.resiliencehub.paginators with parameters of type ListSopRecommendationsRequest Constructor Description ListSopRecommendationsIterable(ResiliencehubClient client, ListSopRecommendationsRequest firstRequest)ListSopRecommendationsPublisher(ResiliencehubAsyncClient client, ListSopRecommendationsRequest firstRequest) -
Uses of ListSopRecommendationsRequest in software.amazon.awssdk.services.resiliencehub.transform
Methods in software.amazon.awssdk.services.resiliencehub.transform with parameters of type ListSopRecommendationsRequest Modifier and Type Method Description SdkHttpFullRequestListSopRecommendationsRequestMarshaller. marshall(ListSopRecommendationsRequest listSopRecommendationsRequest)
-