Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ListCheckSummariesResponse
-
Packages that use ListCheckSummariesResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool software.amazon.awssdk.services.wellarchitected.paginators -
-
Uses of ListCheckSummariesResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return ListCheckSummariesResponse Modifier and Type Method Description default ListCheckSummariesResponseWellArchitectedClient. listCheckSummaries(Consumer<ListCheckSummariesRequest.Builder> listCheckSummariesRequest)List of Trusted Advisor checks summarized for all accounts related to the workload.default ListCheckSummariesResponseWellArchitectedClient. listCheckSummaries(ListCheckSummariesRequest listCheckSummariesRequest)List of Trusted Advisor checks summarized for all accounts related to the workload.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type ListCheckSummariesResponse Modifier and Type Method Description default CompletableFuture<ListCheckSummariesResponse>WellArchitectedAsyncClient. listCheckSummaries(Consumer<ListCheckSummariesRequest.Builder> listCheckSummariesRequest)List of Trusted Advisor checks summarized for all accounts related to the workload.default CompletableFuture<ListCheckSummariesResponse>WellArchitectedAsyncClient. listCheckSummaries(ListCheckSummariesRequest listCheckSummariesRequest)List of Trusted Advisor checks summarized for all accounts related to the workload. -
Uses of ListCheckSummariesResponse in software.amazon.awssdk.services.wellarchitected.paginators
Methods in software.amazon.awssdk.services.wellarchitected.paginators that return types with arguments of type ListCheckSummariesResponse Modifier and Type Method Description Iterator<ListCheckSummariesResponse>ListCheckSummariesIterable. iterator()Method parameters in software.amazon.awssdk.services.wellarchitected.paginators with type arguments of type ListCheckSummariesResponse Modifier and Type Method Description voidListCheckSummariesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCheckSummariesResponse> subscriber)
-