Uses of Class
software.amazon.awssdk.services.wellarchitected.model.GetAnswerResponse
-
Packages that use GetAnswerResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool -
-
Uses of GetAnswerResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return GetAnswerResponse Modifier and Type Method Description default GetAnswerResponseWellArchitectedClient. getAnswer(Consumer<GetAnswerRequest.Builder> getAnswerRequest)Get the answer to a specific question in a workload review.default GetAnswerResponseWellArchitectedClient. getAnswer(GetAnswerRequest getAnswerRequest)Get the answer to a specific question in a workload review.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type GetAnswerResponse Modifier and Type Method Description default CompletableFuture<GetAnswerResponse>WellArchitectedAsyncClient. getAnswer(Consumer<GetAnswerRequest.Builder> getAnswerRequest)Get the answer to a specific question in a workload review.default CompletableFuture<GetAnswerResponse>WellArchitectedAsyncClient. getAnswer(GetAnswerRequest getAnswerRequest)Get the answer to a specific question in a workload review.
-