Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ListWorkloadSharesResponse
-
Packages that use ListWorkloadSharesResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool software.amazon.awssdk.services.wellarchitected.paginators -
-
Uses of ListWorkloadSharesResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return ListWorkloadSharesResponse Modifier and Type Method Description default ListWorkloadSharesResponseWellArchitectedClient. listWorkloadShares(Consumer<ListWorkloadSharesRequest.Builder> listWorkloadSharesRequest)List the workload shares associated with the workload.default ListWorkloadSharesResponseWellArchitectedClient. listWorkloadShares(ListWorkloadSharesRequest listWorkloadSharesRequest)List the workload shares associated with the workload.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type ListWorkloadSharesResponse Modifier and Type Method Description default CompletableFuture<ListWorkloadSharesResponse>WellArchitectedAsyncClient. listWorkloadShares(Consumer<ListWorkloadSharesRequest.Builder> listWorkloadSharesRequest)List the workload shares associated with the workload.default CompletableFuture<ListWorkloadSharesResponse>WellArchitectedAsyncClient. listWorkloadShares(ListWorkloadSharesRequest listWorkloadSharesRequest)List the workload shares associated with the workload. -
Uses of ListWorkloadSharesResponse in software.amazon.awssdk.services.wellarchitected.paginators
Methods in software.amazon.awssdk.services.wellarchitected.paginators that return types with arguments of type ListWorkloadSharesResponse Modifier and Type Method Description Iterator<ListWorkloadSharesResponse>ListWorkloadSharesIterable. iterator()Method parameters in software.amazon.awssdk.services.wellarchitected.paginators with type arguments of type ListWorkloadSharesResponse Modifier and Type Method Description voidListWorkloadSharesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListWorkloadSharesResponse> subscriber)
-