Uses of Class
software.amazon.awssdk.services.wellarchitected.model.UpdateAnswerResponse
-
Packages that use UpdateAnswerResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool -
-
Uses of UpdateAnswerResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return UpdateAnswerResponse Modifier and Type Method Description default UpdateAnswerResponseWellArchitectedClient. updateAnswer(Consumer<UpdateAnswerRequest.Builder> updateAnswerRequest)Update the answer to a specific question in a workload review.default UpdateAnswerResponseWellArchitectedClient. updateAnswer(UpdateAnswerRequest updateAnswerRequest)Update the answer to a specific question in a workload review.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type UpdateAnswerResponse Modifier and Type Method Description default CompletableFuture<UpdateAnswerResponse>WellArchitectedAsyncClient. updateAnswer(Consumer<UpdateAnswerRequest.Builder> updateAnswerRequest)Update the answer to a specific question in a workload review.default CompletableFuture<UpdateAnswerResponse>WellArchitectedAsyncClient. updateAnswer(UpdateAnswerRequest updateAnswerRequest)Update the answer to a specific question in a workload review.
-