| 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 |
|---|---|
ListAppInputSourcesResult |
AbstractAWSResilienceHub.listAppInputSources(ListAppInputSourcesRequest request) |
ListAppInputSourcesResult |
AWSResilienceHub.listAppInputSources(ListAppInputSourcesRequest listAppInputSourcesRequest)
Lists all the input sources of the AWS Resilience Hub application.
|
ListAppInputSourcesResult |
AWSResilienceHubClient.listAppInputSources(ListAppInputSourcesRequest request)
Lists all the input sources of the AWS Resilience Hub application.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListAppInputSourcesResult> |
AbstractAWSResilienceHubAsync.listAppInputSourcesAsync(ListAppInputSourcesRequest request,
AsyncHandler<ListAppInputSourcesRequest,ListAppInputSourcesResult> asyncHandler) |
Future<ListAppInputSourcesResult> |
AWSResilienceHubAsync.listAppInputSourcesAsync(ListAppInputSourcesRequest listAppInputSourcesRequest,
AsyncHandler<ListAppInputSourcesRequest,ListAppInputSourcesResult> asyncHandler)
Lists all the input sources of the AWS Resilience Hub application.
|
Future<ListAppInputSourcesResult> |
AWSResilienceHubAsyncClient.listAppInputSourcesAsync(ListAppInputSourcesRequest request,
AsyncHandler<ListAppInputSourcesRequest,ListAppInputSourcesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAppInputSourcesResult |
ListAppInputSourcesResult.clone() |
ListAppInputSourcesResult |
ListAppInputSourcesResult.withAppInputSources(AppInputSource... appInputSources)
The list of AWS Resilience Hub application input sources.
|
ListAppInputSourcesResult |
ListAppInputSourcesResult.withAppInputSources(Collection<AppInputSource> appInputSources)
The list of AWS Resilience Hub application input sources.
|
ListAppInputSourcesResult |
ListAppInputSourcesResult.withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
Copyright © 2023. All rights reserved.