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