Uses of Class
software.amazon.awssdk.services.wellarchitected.model.UpdateAnswerRequest
-
Packages that use UpdateAnswerRequest Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool software.amazon.awssdk.services.wellarchitected.transform -
-
Uses of UpdateAnswerRequest in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected with parameters of type UpdateAnswerRequest Modifier and Type Method Description default CompletableFuture<UpdateAnswerResponse>WellArchitectedAsyncClient. updateAnswer(UpdateAnswerRequest 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. -
Uses of UpdateAnswerRequest in software.amazon.awssdk.services.wellarchitected.transform
Methods in software.amazon.awssdk.services.wellarchitected.transform with parameters of type UpdateAnswerRequest Modifier and Type Method Description SdkHttpFullRequestUpdateAnswerRequestMarshaller. marshall(UpdateAnswerRequest updateAnswerRequest)
-