Uses of Class
software.amazon.awssdk.services.resiliencehub.model.ListAppComponentRecommendationsRequest
-
Packages that use ListAppComponentRecommendationsRequest 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 ListAppComponentRecommendationsRequest in software.amazon.awssdk.services.resiliencehub
Methods in software.amazon.awssdk.services.resiliencehub with parameters of type ListAppComponentRecommendationsRequest Modifier and Type Method Description default CompletableFuture<ListAppComponentRecommendationsResponse>ResiliencehubAsyncClient. listAppComponentRecommendations(ListAppComponentRecommendationsRequest listAppComponentRecommendationsRequest)Lists the recommendations for an Resilience Hub Application Component.default ListAppComponentRecommendationsResponseResiliencehubClient. listAppComponentRecommendations(ListAppComponentRecommendationsRequest listAppComponentRecommendationsRequest)Lists the recommendations for an Resilience Hub Application Component.default ListAppComponentRecommendationsPublisherResiliencehubAsyncClient. listAppComponentRecommendationsPaginator(ListAppComponentRecommendationsRequest listAppComponentRecommendationsRequest)Lists the recommendations for an Resilience Hub Application Component.default ListAppComponentRecommendationsIterableResiliencehubClient. listAppComponentRecommendationsPaginator(ListAppComponentRecommendationsRequest listAppComponentRecommendationsRequest)Lists the recommendations for an Resilience Hub Application Component. -
Uses of ListAppComponentRecommendationsRequest in software.amazon.awssdk.services.resiliencehub.paginators
Constructors in software.amazon.awssdk.services.resiliencehub.paginators with parameters of type ListAppComponentRecommendationsRequest Constructor Description ListAppComponentRecommendationsIterable(ResiliencehubClient client, ListAppComponentRecommendationsRequest firstRequest)ListAppComponentRecommendationsPublisher(ResiliencehubAsyncClient client, ListAppComponentRecommendationsRequest firstRequest) -
Uses of ListAppComponentRecommendationsRequest in software.amazon.awssdk.services.resiliencehub.transform
Methods in software.amazon.awssdk.services.resiliencehub.transform with parameters of type ListAppComponentRecommendationsRequest Modifier and Type Method Description SdkHttpFullRequestListAppComponentRecommendationsRequestMarshaller. marshall(ListAppComponentRecommendationsRequest listAppComponentRecommendationsRequest)
-