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