Uses of Class
software.amazon.awssdk.services.wellarchitected.model.AnswerReason
-
Packages that use AnswerReason Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of AnswerReason in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return AnswerReason Modifier and Type Method Description static AnswerReasonAnswerReason. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AnswerReasonAnswer. reason()The reason why the question is not applicable to your workload.AnswerReasonAnswerSummary. reason()The reason why a choice is non-applicable to a question in your workload.AnswerReasonReviewTemplateAnswer. reason()The reason why the question is not applicable to your review template.AnswerReasonReviewTemplateAnswerSummary. reason()The reason why a choice is not-applicable to a question in the review template.AnswerReasonUpdateAnswerRequest. reason()The reason why a question is not applicable to your workload.AnswerReasonUpdateReviewTemplateAnswerRequest. reason()The update reason.static AnswerReasonAnswerReason. valueOf(String name)Returns the enum constant of this type with the specified name.static AnswerReason[]AnswerReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type AnswerReason Modifier and Type Method Description static Set<AnswerReason>AnswerReason. knownValues()Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type AnswerReason Modifier and Type Method Description Answer.BuilderAnswer.Builder. reason(AnswerReason reason)The reason why the question is not applicable to your workload.AnswerSummary.BuilderAnswerSummary.Builder. reason(AnswerReason reason)The reason why a choice is non-applicable to a question in your workload.ReviewTemplateAnswer.BuilderReviewTemplateAnswer.Builder. reason(AnswerReason reason)The reason why the question is not applicable to your review template.ReviewTemplateAnswerSummary.BuilderReviewTemplateAnswerSummary.Builder. reason(AnswerReason reason)The reason why a choice is not-applicable to a question in the review template.UpdateAnswerRequest.BuilderUpdateAnswerRequest.Builder. reason(AnswerReason reason)The reason why a question is not applicable to your workload.UpdateReviewTemplateAnswerRequest.BuilderUpdateReviewTemplateAnswerRequest.Builder. reason(AnswerReason reason)The update reason.
-