Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ListCheckDetailsResponse
-
Packages that use ListCheckDetailsResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool software.amazon.awssdk.services.wellarchitected.paginators -
-
Uses of ListCheckDetailsResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return ListCheckDetailsResponse Modifier and Type Method Description default ListCheckDetailsResponseWellArchitectedClient. listCheckDetails(Consumer<ListCheckDetailsRequest.Builder> listCheckDetailsRequest)List of Trusted Advisor check details by account related to the workload.default ListCheckDetailsResponseWellArchitectedClient. listCheckDetails(ListCheckDetailsRequest listCheckDetailsRequest)List of Trusted Advisor check details by account related to the workload.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type ListCheckDetailsResponse Modifier and Type Method Description default CompletableFuture<ListCheckDetailsResponse>WellArchitectedAsyncClient. listCheckDetails(Consumer<ListCheckDetailsRequest.Builder> listCheckDetailsRequest)List of Trusted Advisor check details by account related to the workload.default CompletableFuture<ListCheckDetailsResponse>WellArchitectedAsyncClient. listCheckDetails(ListCheckDetailsRequest listCheckDetailsRequest)List of Trusted Advisor check details by account related to the workload. -
Uses of ListCheckDetailsResponse in software.amazon.awssdk.services.wellarchitected.paginators
Methods in software.amazon.awssdk.services.wellarchitected.paginators that return types with arguments of type ListCheckDetailsResponse Modifier and Type Method Description Iterator<ListCheckDetailsResponse>ListCheckDetailsIterable. iterator()Method parameters in software.amazon.awssdk.services.wellarchitected.paginators with type arguments of type ListCheckDetailsResponse Modifier and Type Method Description voidListCheckDetailsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCheckDetailsResponse> subscriber)
-