| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected |
|
| software.amazon.awssdk.services.wellarchitected.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListWorkloadSharesResponse |
WellArchitectedClient.listWorkloadShares(Consumer<ListWorkloadSharesRequest.Builder> listWorkloadSharesRequest)
List the workload shares associated with the workload.
|
default ListWorkloadSharesResponse |
WellArchitectedClient.listWorkloadShares(ListWorkloadSharesRequest listWorkloadSharesRequest)
List the workload shares associated with the workload.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListWorkloadSharesResponse> |
WellArchitectedAsyncClient.listWorkloadShares(Consumer<ListWorkloadSharesRequest.Builder> listWorkloadSharesRequest)
List the workload shares associated with the workload.
|
default CompletableFuture<ListWorkloadSharesResponse> |
WellArchitectedAsyncClient.listWorkloadShares(ListWorkloadSharesRequest listWorkloadSharesRequest)
List the workload shares associated with the workload.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListWorkloadSharesResponse> |
ListWorkloadSharesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkloadSharesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListWorkloadSharesResponse> subscriber) |
Copyright © 2023. All rights reserved.