Uses of Class
software.amazon.awssdk.services.resiliencehub.model.ListTestRecommendationsRequest
-
Packages that use ListTestRecommendationsRequest 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 ListTestRecommendationsRequest in software.amazon.awssdk.services.resiliencehub
Methods in software.amazon.awssdk.services.resiliencehub with parameters of type ListTestRecommendationsRequest Modifier and Type Method Description default CompletableFuture<ListTestRecommendationsResponse>ResiliencehubAsyncClient. listTestRecommendations(ListTestRecommendationsRequest listTestRecommendationsRequest)Lists the test recommendations for the Resilience Hub application.default ListTestRecommendationsResponseResiliencehubClient. listTestRecommendations(ListTestRecommendationsRequest listTestRecommendationsRequest)Lists the test recommendations for the Resilience Hub application.default ListTestRecommendationsPublisherResiliencehubAsyncClient. listTestRecommendationsPaginator(ListTestRecommendationsRequest listTestRecommendationsRequest)Lists the test recommendations for the Resilience Hub application.default ListTestRecommendationsIterableResiliencehubClient. listTestRecommendationsPaginator(ListTestRecommendationsRequest listTestRecommendationsRequest)Lists the test recommendations for the Resilience Hub application. -
Uses of ListTestRecommendationsRequest in software.amazon.awssdk.services.resiliencehub.paginators
Constructors in software.amazon.awssdk.services.resiliencehub.paginators with parameters of type ListTestRecommendationsRequest Constructor Description ListTestRecommendationsIterable(ResiliencehubClient client, ListTestRecommendationsRequest firstRequest)ListTestRecommendationsPublisher(ResiliencehubAsyncClient client, ListTestRecommendationsRequest firstRequest) -
Uses of ListTestRecommendationsRequest in software.amazon.awssdk.services.resiliencehub.transform
Methods in software.amazon.awssdk.services.resiliencehub.transform with parameters of type ListTestRecommendationsRequest Modifier and Type Method Description SdkHttpFullRequestListTestRecommendationsRequestMarshaller. marshall(ListTestRecommendationsRequest listTestRecommendationsRequest)
-