Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ImportLensStatus
-
Packages that use ImportLensStatus Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ImportLensStatus in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return ImportLensStatus Modifier and Type Method Description static ImportLensStatusImportLensStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ImportLensStatusImportLensResponse. status()The status of the imported lens.static ImportLensStatusImportLensStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ImportLensStatus[]ImportLensStatus. 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 ImportLensStatus Modifier and Type Method Description static Set<ImportLensStatus>ImportLensStatus. knownValues()Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type ImportLensStatus Modifier and Type Method Description ImportLensResponse.BuilderImportLensResponse.Builder. status(ImportLensStatus status)The status of the imported lens.
-