Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ReviewTemplateUpdateStatus
-
Packages that use ReviewTemplateUpdateStatus Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ReviewTemplateUpdateStatus in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return ReviewTemplateUpdateStatus Modifier and Type Method Description static ReviewTemplateUpdateStatusReviewTemplateUpdateStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReviewTemplateUpdateStatusReviewTemplate. updateStatus()The latest status of a review template.ReviewTemplateUpdateStatusReviewTemplateSummary. updateStatus()The latest status of a review template.static ReviewTemplateUpdateStatusReviewTemplateUpdateStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ReviewTemplateUpdateStatus[]ReviewTemplateUpdateStatus. 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 ReviewTemplateUpdateStatus Modifier and Type Method Description static Set<ReviewTemplateUpdateStatus>ReviewTemplateUpdateStatus. knownValues()Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type ReviewTemplateUpdateStatus Modifier and Type Method Description ReviewTemplate.BuilderReviewTemplate.Builder. updateStatus(ReviewTemplateUpdateStatus updateStatus)The latest status of a review template.ReviewTemplateSummary.BuilderReviewTemplateSummary.Builder. updateStatus(ReviewTemplateUpdateStatus updateStatus)The latest status of a review template.
-