Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ListLensSharesResponse
-
Packages that use ListLensSharesResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool software.amazon.awssdk.services.wellarchitected.paginators -
-
Uses of ListLensSharesResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return ListLensSharesResponse Modifier and Type Method Description default ListLensSharesResponseWellArchitectedClient. listLensShares(Consumer<ListLensSharesRequest.Builder> listLensSharesRequest)List the lens shares associated with the lens.default ListLensSharesResponseWellArchitectedClient. listLensShares(ListLensSharesRequest listLensSharesRequest)List the lens shares associated with the lens.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type ListLensSharesResponse Modifier and Type Method 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. -
Uses of ListLensSharesResponse in software.amazon.awssdk.services.wellarchitected.paginators
Methods in software.amazon.awssdk.services.wellarchitected.paginators that return types with arguments of type ListLensSharesResponse Modifier and Type Method Description Iterator<ListLensSharesResponse>ListLensSharesIterable. iterator()Method parameters in software.amazon.awssdk.services.wellarchitected.paginators with type arguments of type ListLensSharesResponse Modifier and Type Method Description voidListLensSharesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListLensSharesResponse> subscriber)
-