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