| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected |
|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListLensSharesResult> |
AbstractAWSWellArchitectedAsync.listLensSharesAsync(ListLensSharesRequest request,
AsyncHandler<ListLensSharesRequest,ListLensSharesResult> asyncHandler) |
Future<ListLensSharesResult> |
AWSWellArchitectedAsyncClient.listLensSharesAsync(ListLensSharesRequest request,
AsyncHandler<ListLensSharesRequest,ListLensSharesResult> asyncHandler) |
Future<ListLensSharesResult> |
AWSWellArchitectedAsync.listLensSharesAsync(ListLensSharesRequest listLensSharesRequest,
AsyncHandler<ListLensSharesRequest,ListLensSharesResult> asyncHandler)
List the lens shares associated with the lens.
|
| Modifier and Type | Method and Description |
|---|---|
ListLensSharesRequest |
ListLensSharesRequest.clone() |
ListLensSharesRequest |
ListLensSharesRequest.withLensAlias(String lensAlias) |
ListLensSharesRequest |
ListLensSharesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return for this request.
|
ListLensSharesRequest |
ListLensSharesRequest.withNextToken(String nextToken) |
ListLensSharesRequest |
ListLensSharesRequest.withSharedWithPrefix(String sharedWithPrefix)
The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the lens is
shared.
|
ListLensSharesRequest |
ListLensSharesRequest.withStatus(ShareStatus status) |
ListLensSharesRequest |
ListLensSharesRequest.withStatus(String status) |
Copyright © 2024. All rights reserved.