| 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 |
AWSResilienceHub.listAppVersionAppComponents(ListAppVersionAppComponentsRequest listAppVersionAppComponentsRequest)
Lists all the Application Components in the Resilience Hub application.
|
ListAppVersionAppComponentsResult |
AbstractAWSResilienceHub.listAppVersionAppComponents(ListAppVersionAppComponentsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAppVersionAppComponentsResult> |
AWSResilienceHubAsyncClient.listAppVersionAppComponentsAsync(ListAppVersionAppComponentsRequest request,
AsyncHandler<ListAppVersionAppComponentsRequest,ListAppVersionAppComponentsResult> asyncHandler) |
Future<ListAppVersionAppComponentsResult> |
AbstractAWSResilienceHubAsync.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)
Amazon Resource Name (ARN) of the 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)
Resilience Hub application version.
|
ListAppVersionAppComponentsResult |
ListAppVersionAppComponentsResult.withNextToken(String nextToken)
Token for the next set of results, or null if there are no more results.
|
Copyright © 2024. All rights reserved.