| 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<ListAppVersionAppComponentsResult> |
AbstractAWSResilienceHubAsync.listAppVersionAppComponentsAsync(ListAppVersionAppComponentsRequest request,
AsyncHandler<ListAppVersionAppComponentsRequest,ListAppVersionAppComponentsResult> asyncHandler) |
Future<ListAppVersionAppComponentsResult> |
AWSResilienceHubAsyncClient.listAppVersionAppComponentsAsync(ListAppVersionAppComponentsRequest request,
AsyncHandler<ListAppVersionAppComponentsRequest,ListAppVersionAppComponentsResult> asyncHandler) |
Future<ListAppVersionAppComponentsResult> |
AWSResilienceHubAsync.listAppVersionAppComponentsAsync(ListAppVersionAppComponentsRequest listAppVersionAppComponentsRequest,
AsyncHandler<ListAppVersionAppComponentsRequest,ListAppVersionAppComponentsResult> asyncHandler)
Lists all the Application Components in the Resilience Hub application.
|
| Modifier and Type | Method and Description |
|---|---|
ListAppVersionAppComponentsRequest |
ListAppVersionAppComponentsRequest.clone() |
ListAppVersionAppComponentsRequest |
ListAppVersionAppComponentsRequest.withAppArn(String appArn)
The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
|
ListAppVersionAppComponentsRequest |
ListAppVersionAppComponentsRequest.withAppVersion(String appVersion)
The version of the Application Component.
|
ListAppVersionAppComponentsRequest |
ListAppVersionAppComponentsRequest.withMaxResults(Integer maxResults)
Maximum number of Application Components to be displayed per AWS Resilience Hub application version.
|
ListAppVersionAppComponentsRequest |
ListAppVersionAppComponentsRequest.withNextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
|
Copyright © 2023. All rights reserved.