Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ListProfileSharesResponse
-
Packages that use ListProfileSharesResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool software.amazon.awssdk.services.wellarchitected.paginators -
-
Uses of ListProfileSharesResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return ListProfileSharesResponse Modifier and Type Method Description default ListProfileSharesResponseWellArchitectedClient. listProfileShares(Consumer<ListProfileSharesRequest.Builder> listProfileSharesRequest)List profile shares.default ListProfileSharesResponseWellArchitectedClient. listProfileShares(ListProfileSharesRequest listProfileSharesRequest)List profile shares.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type ListProfileSharesResponse Modifier and Type Method Description default CompletableFuture<ListProfileSharesResponse>WellArchitectedAsyncClient. listProfileShares(Consumer<ListProfileSharesRequest.Builder> listProfileSharesRequest)List profile shares.default CompletableFuture<ListProfileSharesResponse>WellArchitectedAsyncClient. listProfileShares(ListProfileSharesRequest listProfileSharesRequest)List profile shares. -
Uses of ListProfileSharesResponse in software.amazon.awssdk.services.wellarchitected.paginators
Methods in software.amazon.awssdk.services.wellarchitected.paginators that return types with arguments of type ListProfileSharesResponse Modifier and Type Method Description Iterator<ListProfileSharesResponse>ListProfileSharesIterable. iterator()Method parameters in software.amazon.awssdk.services.wellarchitected.paginators with type arguments of type ListProfileSharesResponse Modifier and Type Method Description voidListProfileSharesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListProfileSharesResponse> subscriber)
-