| Package | Description |
|---|---|
| software.amazon.awssdk.services.resiliencehub |
Resilience Hub helps you proactively prepare and protect your Amazon Web Services applications from disruptions.
|
| software.amazon.awssdk.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
default ListAppInputSourcesResponse |
ResiliencehubClient.listAppInputSources(Consumer<ListAppInputSourcesRequest.Builder> listAppInputSourcesRequest)
Lists all the input sources of the Resilience Hub application.
|
default CompletableFuture<ListAppInputSourcesResponse> |
ResiliencehubAsyncClient.listAppInputSources(Consumer<ListAppInputSourcesRequest.Builder> listAppInputSourcesRequest)
Lists all the input sources of the Resilience Hub application.
|
default ListAppInputSourcesIterable |
ResiliencehubClient.listAppInputSourcesPaginator(Consumer<ListAppInputSourcesRequest.Builder> listAppInputSourcesRequest)
Lists all the input sources of the Resilience Hub application.
|
default ListAppInputSourcesPublisher |
ResiliencehubAsyncClient.listAppInputSourcesPaginator(Consumer<ListAppInputSourcesRequest.Builder> listAppInputSourcesRequest)
Lists all the input sources of the Resilience Hub application.
|
| Modifier and Type | Method and Description |
|---|---|
ListAppInputSourcesRequest.Builder |
ListAppInputSourcesRequest.Builder.appArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application.
|
ListAppInputSourcesRequest.Builder |
ListAppInputSourcesRequest.Builder.appVersion(String appVersion)
Resilience Hub application version.
|
static ListAppInputSourcesRequest.Builder |
ListAppInputSourcesRequest.builder() |
ListAppInputSourcesRequest.Builder |
ListAppInputSourcesRequest.Builder.maxResults(Integer maxResults)
Maximum number of input sources to be displayed per Resilience Hub application.
|
ListAppInputSourcesRequest.Builder |
ListAppInputSourcesRequest.Builder.nextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
|
ListAppInputSourcesRequest.Builder |
ListAppInputSourcesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAppInputSourcesRequest.Builder |
ListAppInputSourcesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAppInputSourcesRequest.Builder |
ListAppInputSourcesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAppInputSourcesRequest.Builder> |
ListAppInputSourcesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.