Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ListLensSharesRequest
-
Packages that use ListLensSharesRequest Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool software.amazon.awssdk.services.wellarchitected.paginators software.amazon.awssdk.services.wellarchitected.transform -
-
Uses of ListLensSharesRequest in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected with parameters of type ListLensSharesRequest Modifier and Type Method Description default CompletableFuture<ListLensSharesResponse>WellArchitectedAsyncClient. listLensShares(ListLensSharesRequest listLensSharesRequest)List the lens shares associated with the lens.default ListLensSharesResponseWellArchitectedClient. listLensShares(ListLensSharesRequest listLensSharesRequest)List the lens shares associated with the lens.default ListLensSharesPublisherWellArchitectedAsyncClient. listLensSharesPaginator(ListLensSharesRequest listLensSharesRequest)List the lens shares associated with the lens.default ListLensSharesIterableWellArchitectedClient. listLensSharesPaginator(ListLensSharesRequest listLensSharesRequest)List the lens shares associated with the lens. -
Uses of ListLensSharesRequest in software.amazon.awssdk.services.wellarchitected.paginators
Constructors in software.amazon.awssdk.services.wellarchitected.paginators with parameters of type ListLensSharesRequest Constructor Description ListLensSharesIterable(WellArchitectedClient client, ListLensSharesRequest firstRequest)ListLensSharesPublisher(WellArchitectedAsyncClient client, ListLensSharesRequest firstRequest) -
Uses of ListLensSharesRequest in software.amazon.awssdk.services.wellarchitected.transform
Methods in software.amazon.awssdk.services.wellarchitected.transform with parameters of type ListLensSharesRequest Modifier and Type Method Description SdkHttpFullRequestListLensSharesRequestMarshaller. marshall(ListLensSharesRequest listLensSharesRequest)
-