| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
static LensStatusType |
LensStatusType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LensStatusType |
DeleteLensRequest.lensStatus()
The status of the lens to be deleted.
|
LensStatusType |
ListLensesRequest.lensStatus()
The status of lenses to be returned.
|
static LensStatusType |
LensStatusType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<LensStatusType> |
LensStatusType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DeleteLensRequest.Builder |
DeleteLensRequest.Builder.lensStatus(LensStatusType lensStatus)
The status of the lens to be deleted.
|
ListLensesRequest.Builder |
ListLensesRequest.Builder.lensStatus(LensStatusType lensStatus)
The status of lenses to be returned.
|
Copyright © 2023. All rights reserved.