| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected |
|
| software.amazon.awssdk.services.wellarchitected.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListAnswersResponse |
WellArchitectedClient.listAnswers(Consumer<ListAnswersRequest.Builder> listAnswersRequest)
List of answers for a particular workload and lens.
|
default ListAnswersResponse |
WellArchitectedClient.listAnswers(ListAnswersRequest listAnswersRequest)
List of answers for a particular workload and lens.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAnswersResponse> |
WellArchitectedAsyncClient.listAnswers(Consumer<ListAnswersRequest.Builder> listAnswersRequest)
List of answers for a particular workload and lens.
|
default CompletableFuture<ListAnswersResponse> |
WellArchitectedAsyncClient.listAnswers(ListAnswersRequest listAnswersRequest)
List of answers for a particular workload and lens.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAnswersResponse> |
ListAnswersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAnswersPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAnswersResponse> subscriber) |
Copyright © 2023. All rights reserved.