Uses of Interface
software.amazon.awssdk.services.resiliencehub.model.ListTestRecommendationsRequest.Builder
-
Packages that use ListTestRecommendationsRequest.Builder 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.model -
-
Uses of ListTestRecommendationsRequest.Builder in software.amazon.awssdk.services.resiliencehub
Method parameters in software.amazon.awssdk.services.resiliencehub with type arguments of type ListTestRecommendationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListTestRecommendationsResponse>ResiliencehubAsyncClient. listTestRecommendations(Consumer<ListTestRecommendationsRequest.Builder> listTestRecommendationsRequest)Lists the test recommendations for the Resilience Hub application.default ListTestRecommendationsResponseResiliencehubClient. listTestRecommendations(Consumer<ListTestRecommendationsRequest.Builder> listTestRecommendationsRequest)Lists the test recommendations for the Resilience Hub application.default ListTestRecommendationsPublisherResiliencehubAsyncClient. listTestRecommendationsPaginator(Consumer<ListTestRecommendationsRequest.Builder> listTestRecommendationsRequest)Lists the test recommendations for the Resilience Hub application.default ListTestRecommendationsIterableResiliencehubClient. listTestRecommendationsPaginator(Consumer<ListTestRecommendationsRequest.Builder> listTestRecommendationsRequest)Lists the test recommendations for the Resilience Hub application. -
Uses of ListTestRecommendationsRequest.Builder in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return ListTestRecommendationsRequest.Builder Modifier and Type Method Description ListTestRecommendationsRequest.BuilderListTestRecommendationsRequest.Builder. assessmentArn(String assessmentArn)Amazon Resource Name (ARN) of the assessment.static ListTestRecommendationsRequest.BuilderListTestRecommendationsRequest. builder()ListTestRecommendationsRequest.BuilderListTestRecommendationsRequest.Builder. maxResults(Integer maxResults)Maximum number of results to include in the response.ListTestRecommendationsRequest.BuilderListTestRecommendationsRequest.Builder. nextToken(String nextToken)Null, or the token from a previous call to get the next set of results.ListTestRecommendationsRequest.BuilderListTestRecommendationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTestRecommendationsRequest.BuilderListTestRecommendationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTestRecommendationsRequest.BuilderListTestRecommendationsRequest. toBuilder()Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type ListTestRecommendationsRequest.Builder Modifier and Type Method Description static Class<? extends ListTestRecommendationsRequest.Builder>ListTestRecommendationsRequest. serializableBuilderClass()
-