| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
LensSummary |
LensSummary.clone() |
LensSummary |
LensSummary.withCreatedAt(Date createdAt) |
LensSummary |
LensSummary.withDescription(String description) |
LensSummary |
LensSummary.withLensAlias(String lensAlias) |
LensSummary |
LensSummary.withLensArn(String lensArn)
The ARN of the lens.
|
LensSummary |
LensSummary.withLensName(String lensName) |
LensSummary |
LensSummary.withLensStatus(LensStatus lensStatus)
The status of the lens.
|
LensSummary |
LensSummary.withLensStatus(String lensStatus)
The status of the lens.
|
LensSummary |
LensSummary.withLensType(LensType lensType)
The type of the lens.
|
LensSummary |
LensSummary.withLensType(String lensType)
The type of the lens.
|
LensSummary |
LensSummary.withLensVersion(String lensVersion)
The version of the lens.
|
LensSummary |
LensSummary.withOwner(String owner) |
LensSummary |
LensSummary.withUpdatedAt(Date updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
List<LensSummary> |
ListLensesResult.getLensSummaries() |
| Modifier and Type | Method and Description |
|---|---|
ListLensesResult |
ListLensesResult.withLensSummaries(LensSummary... lensSummaries)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListLensesResult.setLensSummaries(Collection<LensSummary> lensSummaries) |
ListLensesResult |
ListLensesResult.withLensSummaries(Collection<LensSummary> lensSummaries) |
Copyright © 2022. All rights reserved.