| Package | Description |
|---|---|
| com.amazonaws.services.resiliencehub |
Resilience Hub helps you proactively prepare and protect your Amazon Web Services applications from disruptions.
|
| com.amazonaws.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTestRecommendationsResult> |
AWSResilienceHubAsyncClient.listTestRecommendationsAsync(ListTestRecommendationsRequest request,
AsyncHandler<ListTestRecommendationsRequest,ListTestRecommendationsResult> asyncHandler) |
Future<ListTestRecommendationsResult> |
AbstractAWSResilienceHubAsync.listTestRecommendationsAsync(ListTestRecommendationsRequest request,
AsyncHandler<ListTestRecommendationsRequest,ListTestRecommendationsResult> asyncHandler) |
Future<ListTestRecommendationsResult> |
AWSResilienceHubAsync.listTestRecommendationsAsync(ListTestRecommendationsRequest listTestRecommendationsRequest,
AsyncHandler<ListTestRecommendationsRequest,ListTestRecommendationsResult> asyncHandler)
Lists the test recommendations for the Resilience Hub application.
|
| Modifier and Type | Method and Description |
|---|---|
ListTestRecommendationsRequest |
ListTestRecommendationsRequest.clone() |
ListTestRecommendationsRequest |
ListTestRecommendationsRequest.withAssessmentArn(String assessmentArn)
Amazon Resource Name (ARN) of the assessment.
|
ListTestRecommendationsRequest |
ListTestRecommendationsRequest.withMaxResults(Integer maxResults)
Maximum number of results to include in the response.
|
ListTestRecommendationsRequest |
ListTestRecommendationsRequest.withNextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
|
Copyright © 2024. All rights reserved.