| 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 |
|---|---|
ListAppVersionAppComponentsResult |
AWSResilienceHubClient.listAppVersionAppComponents(ListAppVersionAppComponentsRequest request)
Lists all the Application Components in the Resilience Hub application.
|
ListAppVersionAppComponentsResult |
AbstractAWSResilienceHub.listAppVersionAppComponents(ListAppVersionAppComponentsRequest request) |
ListAppVersionAppComponentsResult |
AWSResilienceHub.listAppVersionAppComponents(ListAppVersionAppComponentsRequest listAppVersionAppComponentsRequest)
Lists all the Application Components in the Resilience Hub application.
|
| 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 |
|---|---|
ListAppVersionAppComponentsResult |
ListAppVersionAppComponentsResult.clone() |
ListAppVersionAppComponentsResult |
ListAppVersionAppComponentsResult.withAppArn(String appArn)
The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
|
ListAppVersionAppComponentsResult |
ListAppVersionAppComponentsResult.withAppComponents(AppComponent... appComponents)
Defines an Application Component.
|
ListAppVersionAppComponentsResult |
ListAppVersionAppComponentsResult.withAppComponents(Collection<AppComponent> appComponents)
Defines an Application Component.
|
ListAppVersionAppComponentsResult |
ListAppVersionAppComponentsResult.withAppVersion(String appVersion)
The AWS Resilience Hub application version.
|
ListAppVersionAppComponentsResult |
ListAppVersionAppComponentsResult.withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
Copyright © 2023. All rights reserved.