Uses of Class
software.amazon.awssdk.services.wellarchitected.model.LensStatus
-
Packages that use LensStatus Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of LensStatus in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return LensStatus Modifier and Type Method Description static LensStatusLensStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LensStatusLensReview. lensStatus()The status of the lens.LensStatusLensReviewSummary. lensStatus()The status of the lens.LensStatusLensSummary. lensStatus()The status of the lens.LensStatusReviewTemplateLensReview. lensStatus()The status of the lens.static LensStatusLensStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static LensStatus[]LensStatus. 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 LensStatus Modifier and Type Method Description static Set<LensStatus>LensStatus. knownValues()Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type LensStatus Modifier and Type Method Description LensReview.BuilderLensReview.Builder. lensStatus(LensStatus lensStatus)The status of the lens.LensReviewSummary.BuilderLensReviewSummary.Builder. lensStatus(LensStatus lensStatus)The status of the lens.LensSummary.BuilderLensSummary.Builder. lensStatus(LensStatus lensStatus)The status of the lens.ReviewTemplateLensReview.BuilderReviewTemplateLensReview.Builder. lensStatus(LensStatus lensStatus)The status of the lens.
-