| 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 |
|---|---|
Future<ListAppVersionsResult> |
AbstractAWSResilienceHubAsync.listAppVersionsAsync(ListAppVersionsRequest request,
AsyncHandler<ListAppVersionsRequest,ListAppVersionsResult> asyncHandler) |
Future<ListAppVersionsResult> |
AWSResilienceHubAsyncClient.listAppVersionsAsync(ListAppVersionsRequest request,
AsyncHandler<ListAppVersionsRequest,ListAppVersionsResult> asyncHandler) |
Future<ListAppVersionsResult> |
AWSResilienceHubAsync.listAppVersionsAsync(ListAppVersionsRequest listAppVersionsRequest,
AsyncHandler<ListAppVersionsRequest,ListAppVersionsResult> asyncHandler)
Lists the different versions for the Resilience Hub applications.
|
| Modifier and Type | Method and Description |
|---|---|
ListAppVersionsRequest |
ListAppVersionsRequest.clone() |
ListAppVersionsRequest |
ListAppVersionsRequest.withAppArn(String appArn)
The Amazon Resource Name (ARN) of the application.
|
ListAppVersionsRequest |
ListAppVersionsRequest.withMaxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListAppVersionsRequest |
ListAppVersionsRequest.withNextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
|
Copyright © 2022. All rights reserved.