Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ListAnswersResponse
-
Packages that use ListAnswersResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool software.amazon.awssdk.services.wellarchitected.paginators -
-
Uses of ListAnswersResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return ListAnswersResponse Modifier and Type Method Description default ListAnswersResponseWellArchitectedClient. listAnswers(Consumer<ListAnswersRequest.Builder> listAnswersRequest)List of answers for a particular workload and lens.default ListAnswersResponseWellArchitectedClient. listAnswers(ListAnswersRequest listAnswersRequest)List of answers for a particular workload and lens.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type ListAnswersResponse Modifier and Type Method Description default CompletableFuture<ListAnswersResponse>WellArchitectedAsyncClient. listAnswers(Consumer<ListAnswersRequest.Builder> listAnswersRequest)List of answers for a particular workload and lens.default CompletableFuture<ListAnswersResponse>WellArchitectedAsyncClient. listAnswers(ListAnswersRequest listAnswersRequest)List of answers for a particular workload and lens. -
Uses of ListAnswersResponse in software.amazon.awssdk.services.wellarchitected.paginators
Methods in software.amazon.awssdk.services.wellarchitected.paginators that return types with arguments of type ListAnswersResponse Modifier and Type Method Description Iterator<ListAnswersResponse>ListAnswersIterable. iterator()Method parameters in software.amazon.awssdk.services.wellarchitected.paginators with type arguments of type ListAnswersResponse Modifier and Type Method Description voidListAnswersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAnswersResponse> subscriber)
-