Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ListTemplateSharesResponse
-
Packages that use ListTemplateSharesResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool software.amazon.awssdk.services.wellarchitected.paginators -
-
Uses of ListTemplateSharesResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return ListTemplateSharesResponse Modifier and Type Method Description default ListTemplateSharesResponseWellArchitectedClient. listTemplateShares(Consumer<ListTemplateSharesRequest.Builder> listTemplateSharesRequest)List review template shares.default ListTemplateSharesResponseWellArchitectedClient. listTemplateShares(ListTemplateSharesRequest listTemplateSharesRequest)List review template shares.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type ListTemplateSharesResponse Modifier and Type Method Description default CompletableFuture<ListTemplateSharesResponse>WellArchitectedAsyncClient. listTemplateShares(Consumer<ListTemplateSharesRequest.Builder> listTemplateSharesRequest)List review template shares.default CompletableFuture<ListTemplateSharesResponse>WellArchitectedAsyncClient. listTemplateShares(ListTemplateSharesRequest listTemplateSharesRequest)List review template shares. -
Uses of ListTemplateSharesResponse in software.amazon.awssdk.services.wellarchitected.paginators
Methods in software.amazon.awssdk.services.wellarchitected.paginators that return types with arguments of type ListTemplateSharesResponse Modifier and Type Method Description Iterator<ListTemplateSharesResponse>ListTemplateSharesIterable. iterator()Method parameters in software.amazon.awssdk.services.wellarchitected.paginators with type arguments of type ListTemplateSharesResponse Modifier and Type Method Description voidListTemplateSharesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTemplateSharesResponse> subscriber)
-