Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ListLensesResponse
-
Packages that use ListLensesResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool software.amazon.awssdk.services.wellarchitected.paginators -
-
Uses of ListLensesResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return ListLensesResponse Modifier and Type Method Description default ListLensesResponseWellArchitectedClient. listLenses(Consumer<ListLensesRequest.Builder> listLensesRequest)List the available lenses.default ListLensesResponseWellArchitectedClient. listLenses(ListLensesRequest listLensesRequest)List the available lenses.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type ListLensesResponse Modifier and Type Method Description default CompletableFuture<ListLensesResponse>WellArchitectedAsyncClient. listLenses(Consumer<ListLensesRequest.Builder> listLensesRequest)List the available lenses.default CompletableFuture<ListLensesResponse>WellArchitectedAsyncClient. listLenses(ListLensesRequest listLensesRequest)List the available lenses. -
Uses of ListLensesResponse in software.amazon.awssdk.services.wellarchitected.paginators
Methods in software.amazon.awssdk.services.wellarchitected.paginators that return types with arguments of type ListLensesResponse Modifier and Type Method Description Iterator<ListLensesResponse>ListLensesIterable. iterator()Method parameters in software.amazon.awssdk.services.wellarchitected.paginators with type arguments of type ListLensesResponse Modifier and Type Method Description voidListLensesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListLensesResponse> subscriber)
-