| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected |
|
| software.amazon.awssdk.services.wellarchitected.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListCheckSummariesResponse |
WellArchitectedClient.listCheckSummaries(Consumer<ListCheckSummariesRequest.Builder> listCheckSummariesRequest)
List of Trusted Advisor checks summarized for all accounts related to the workload.
|
default ListCheckSummariesResponse |
WellArchitectedClient.listCheckSummaries(ListCheckSummariesRequest listCheckSummariesRequest)
List of Trusted Advisor checks summarized for all accounts related to the workload.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCheckSummariesResponse> |
WellArchitectedAsyncClient.listCheckSummaries(Consumer<ListCheckSummariesRequest.Builder> listCheckSummariesRequest)
List of Trusted Advisor checks summarized for all accounts related to the workload.
|
default CompletableFuture<ListCheckSummariesResponse> |
WellArchitectedAsyncClient.listCheckSummaries(ListCheckSummariesRequest listCheckSummariesRequest)
List of Trusted Advisor checks summarized for all accounts related to the workload.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListCheckSummariesResponse> |
ListCheckSummariesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCheckSummariesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListCheckSummariesResponse> subscriber) |
Copyright © 2023. All rights reserved.