| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected |
|
| software.amazon.awssdk.services.wellarchitected.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListWorkloadsResponse |
WellArchitectedClient.listWorkloads(Consumer<ListWorkloadsRequest.Builder> listWorkloadsRequest)
Paginated list of workloads.
|
default ListWorkloadsResponse |
WellArchitectedClient.listWorkloads(ListWorkloadsRequest listWorkloadsRequest)
Paginated list of workloads.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListWorkloadsResponse> |
WellArchitectedAsyncClient.listWorkloads(Consumer<ListWorkloadsRequest.Builder> listWorkloadsRequest)
Paginated list of workloads.
|
default CompletableFuture<ListWorkloadsResponse> |
WellArchitectedAsyncClient.listWorkloads(ListWorkloadsRequest listWorkloadsRequest)
Paginated list of workloads.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListWorkloadsResponse> |
ListWorkloadsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkloadsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListWorkloadsResponse> subscriber) |
Copyright © 2023. All rights reserved.