| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected |
|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListProfileSharesResult> |
AWSWellArchitectedAsyncClient.listProfileSharesAsync(ListProfileSharesRequest request,
AsyncHandler<ListProfileSharesRequest,ListProfileSharesResult> asyncHandler) |
Future<ListProfileSharesResult> |
AWSWellArchitectedAsync.listProfileSharesAsync(ListProfileSharesRequest listProfileSharesRequest,
AsyncHandler<ListProfileSharesRequest,ListProfileSharesResult> asyncHandler)
List profile shares.
|
Future<ListProfileSharesResult> |
AbstractAWSWellArchitectedAsync.listProfileSharesAsync(ListProfileSharesRequest request,
AsyncHandler<ListProfileSharesRequest,ListProfileSharesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListProfileSharesRequest |
ListProfileSharesRequest.clone() |
ListProfileSharesRequest |
ListProfileSharesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return for this request.
|
ListProfileSharesRequest |
ListProfileSharesRequest.withNextToken(String nextToken) |
ListProfileSharesRequest |
ListProfileSharesRequest.withProfileArn(String profileArn)
The profile ARN.
|
ListProfileSharesRequest |
ListProfileSharesRequest.withSharedWithPrefix(String sharedWithPrefix)
The Amazon Web Services account ID, IAM role, organization ID, or organizational unit (OU) ID with which the
profile is shared.
|
ListProfileSharesRequest |
ListProfileSharesRequest.withStatus(ShareStatus status) |
ListProfileSharesRequest |
ListProfileSharesRequest.withStatus(String status) |
Copyright © 2023. All rights reserved.