| Package | Description |
|---|---|
| software.amazon.awssdk.services.resiliencehub |
AWS 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 ListAppComponentRecommendationsResponse |
ResiliencehubClient.listAppComponentRecommendations(Consumer<ListAppComponentRecommendationsRequest.Builder> listAppComponentRecommendationsRequest)
Lists the recommendations for an AWS Resilience Hub component.
|
default CompletableFuture<ListAppComponentRecommendationsResponse> |
ResiliencehubAsyncClient.listAppComponentRecommendations(Consumer<ListAppComponentRecommendationsRequest.Builder> listAppComponentRecommendationsRequest)
Lists the recommendations for an AWS Resilience Hub component.
|
default ListAppComponentRecommendationsIterable |
ResiliencehubClient.listAppComponentRecommendationsPaginator(Consumer<ListAppComponentRecommendationsRequest.Builder> listAppComponentRecommendationsRequest)
Lists the recommendations for an AWS Resilience Hub component.
|
default ListAppComponentRecommendationsPublisher |
ResiliencehubAsyncClient.listAppComponentRecommendationsPaginator(Consumer<ListAppComponentRecommendationsRequest.Builder> listAppComponentRecommendationsRequest)
Lists the recommendations for an AWS Resilience Hub component.
|
| Modifier and Type | Method and Description |
|---|---|
ListAppComponentRecommendationsRequest.Builder |
ListAppComponentRecommendationsRequest.Builder.assessmentArn(String assessmentArn)
The Amazon Resource Name (ARN) of the assessment.
|
static ListAppComponentRecommendationsRequest.Builder |
ListAppComponentRecommendationsRequest.builder() |
ListAppComponentRecommendationsRequest.Builder |
ListAppComponentRecommendationsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListAppComponentRecommendationsRequest.Builder |
ListAppComponentRecommendationsRequest.Builder.nextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
|
ListAppComponentRecommendationsRequest.Builder |
ListAppComponentRecommendationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAppComponentRecommendationsRequest.Builder |
ListAppComponentRecommendationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAppComponentRecommendationsRequest.Builder |
ListAppComponentRecommendationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAppComponentRecommendationsRequest.Builder> |
ListAppComponentRecommendationsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.