Uses of Class
software.amazon.awssdk.services.wellarchitected.model.AnswerSummary
-
Packages that use AnswerSummary Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of AnswerSummary in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type AnswerSummary Modifier and Type Method Description List<AnswerSummary>ListAnswersResponse. answerSummaries()Returns the value of the AnswerSummaries property for this object.Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type AnswerSummary Modifier and Type Method Description ListAnswersResponse.BuilderListAnswersResponse.Builder. answerSummaries(AnswerSummary... answerSummaries)Sets the value of the AnswerSummaries property for this object.Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type AnswerSummary Modifier and Type Method Description ListAnswersResponse.BuilderListAnswersResponse.Builder. answerSummaries(Collection<AnswerSummary> answerSummaries)Sets the value of the AnswerSummaries property for this object.
-