| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected |
|
| software.amazon.awssdk.services.wellarchitected.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListLensSharesResponse |
WellArchitectedClient.listLensShares(Consumer<ListLensSharesRequest.Builder> listLensSharesRequest)
List the lens shares associated with the lens.
|
default ListLensSharesResponse |
WellArchitectedClient.listLensShares(ListLensSharesRequest listLensSharesRequest)
List the lens shares associated with the lens.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListLensSharesResponse> |
WellArchitectedAsyncClient.listLensShares(Consumer<ListLensSharesRequest.Builder> listLensSharesRequest)
List the lens shares associated with the lens.
|
default CompletableFuture<ListLensSharesResponse> |
WellArchitectedAsyncClient.listLensShares(ListLensSharesRequest listLensSharesRequest)
List the lens shares associated with the lens.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListLensSharesResponse> |
ListLensSharesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListLensSharesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListLensSharesResponse> subscriber) |
Copyright © 2023. All rights reserved.