| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected |
|
| software.amazon.awssdk.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
default ListLensSharesResponse |
WellArchitectedClient.listLensShares(Consumer<ListLensSharesRequest.Builder> listLensSharesRequest)
List the lens shares associated with the lens.
|
default CompletableFuture<ListLensSharesResponse> |
WellArchitectedAsyncClient.listLensShares(Consumer<ListLensSharesRequest.Builder> listLensSharesRequest)
List the lens shares associated with the lens.
|
default ListLensSharesIterable |
WellArchitectedClient.listLensSharesPaginator(Consumer<ListLensSharesRequest.Builder> listLensSharesRequest)
List the lens shares associated with the lens.
|
default ListLensSharesPublisher |
WellArchitectedAsyncClient.listLensSharesPaginator(Consumer<ListLensSharesRequest.Builder> listLensSharesRequest)
List the lens shares associated with the lens.
|
| Modifier and Type | Method and Description |
|---|---|
static ListLensSharesRequest.Builder |
ListLensSharesRequest.builder() |
ListLensSharesRequest.Builder |
ListLensSharesRequest.Builder.lensAlias(String lensAlias)
Sets the value of the LensAlias property for this object.
|
ListLensSharesRequest.Builder |
ListLensSharesRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return for this request.
|
ListLensSharesRequest.Builder |
ListLensSharesRequest.Builder.nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
ListLensSharesRequest.Builder |
ListLensSharesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLensSharesRequest.Builder |
ListLensSharesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListLensSharesRequest.Builder |
ListLensSharesRequest.Builder.sharedWithPrefix(String sharedWithPrefix)
The Amazon Web Services account ID, IAM role, organization ID, or organizational unit (OU) ID with which the
lens is shared.
|
ListLensSharesRequest.Builder |
ListLensSharesRequest.Builder.status(ShareStatus status)
Sets the value of the Status property for this object.
|
ListLensSharesRequest.Builder |
ListLensSharesRequest.Builder.status(String status)
Sets the value of the Status property for this object.
|
ListLensSharesRequest.Builder |
ListLensSharesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListLensSharesRequest.Builder> |
ListLensSharesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.