Uses of Class
software.amazon.awssdk.services.wellarchitected.model.LensStatusType
-
Packages that use LensStatusType Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of LensStatusType in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return LensStatusType Modifier and Type Method Description static LensStatusTypeLensStatusType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LensStatusTypeDeleteLensRequest. lensStatus()The status of the lens to be deleted.LensStatusTypeListLensesRequest. lensStatus()The status of lenses to be returned.static LensStatusTypeLensStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static LensStatusType[]LensStatusType. 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 LensStatusType Modifier and Type Method Description static Set<LensStatusType>LensStatusType. knownValues()Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type LensStatusType Modifier and Type Method Description DeleteLensRequest.BuilderDeleteLensRequest.Builder. lensStatus(LensStatusType lensStatus)The status of the lens to be deleted.ListLensesRequest.BuilderListLensesRequest.Builder. lensStatus(LensStatusType lensStatus)The status of lenses to be returned.
-