| 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<ListAppInputSourcesResult> |
AbstractAWSResilienceHubAsync.listAppInputSourcesAsync(ListAppInputSourcesRequest request,
AsyncHandler<ListAppInputSourcesRequest,ListAppInputSourcesResult> asyncHandler) |
Future<ListAppInputSourcesResult> |
AWSResilienceHubAsyncClient.listAppInputSourcesAsync(ListAppInputSourcesRequest request,
AsyncHandler<ListAppInputSourcesRequest,ListAppInputSourcesResult> asyncHandler) |
Future<ListAppInputSourcesResult> |
AWSResilienceHubAsync.listAppInputSourcesAsync(ListAppInputSourcesRequest listAppInputSourcesRequest,
AsyncHandler<ListAppInputSourcesRequest,ListAppInputSourcesResult> asyncHandler)
Lists all the input sources of the Resilience Hub application.
|
| Modifier and Type | Method and Description |
|---|---|
ListAppInputSourcesRequest |
ListAppInputSourcesRequest.clone() |
ListAppInputSourcesRequest |
ListAppInputSourcesRequest.withAppArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application.
|
ListAppInputSourcesRequest |
ListAppInputSourcesRequest.withAppVersion(String appVersion)
Resilience Hub application version.
|
ListAppInputSourcesRequest |
ListAppInputSourcesRequest.withMaxResults(Integer maxResults)
Maximum number of input sources to be displayed per Resilience Hub application.
|
ListAppInputSourcesRequest |
ListAppInputSourcesRequest.withNextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
|
Copyright © 2025. All rights reserved.