| Package | Description |
|---|---|
| com.amazonaws.services.resiliencehub |
AWS 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 |
|---|---|
ListTestRecommendationsResult |
AWSResilienceHubClient.listTestRecommendations(ListTestRecommendationsRequest request)
Lists the test recommendations for the Resilience Hub application.
|
ListTestRecommendationsResult |
AbstractAWSResilienceHub.listTestRecommendations(ListTestRecommendationsRequest request) |
ListTestRecommendationsResult |
AWSResilienceHub.listTestRecommendations(ListTestRecommendationsRequest listTestRecommendationsRequest)
Lists the test recommendations for the Resilience Hub application.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTestRecommendationsResult> |
AbstractAWSResilienceHubAsync.listTestRecommendationsAsync(ListTestRecommendationsRequest request,
AsyncHandler<ListTestRecommendationsRequest,ListTestRecommendationsResult> asyncHandler) |
Future<ListTestRecommendationsResult> |
AWSResilienceHubAsyncClient.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 |
|---|---|
ListTestRecommendationsResult |
ListTestRecommendationsResult.clone() |
ListTestRecommendationsResult |
ListTestRecommendationsResult.withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListTestRecommendationsResult |
ListTestRecommendationsResult.withTestRecommendations(Collection<TestRecommendation> testRecommendations)
The test recommendations for the Resilience Hub application.
|
ListTestRecommendationsResult |
ListTestRecommendationsResult.withTestRecommendations(TestRecommendation... testRecommendations)
The test recommendations for the Resilience Hub application.
|
Copyright © 2023. All rights reserved.