| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListNamespacesResult> |
AmazonQuickSightAsync.listNamespacesAsync(ListNamespacesRequest listNamespacesRequest,
AsyncHandler<ListNamespacesRequest,ListNamespacesResult> asyncHandler)
Lists the namespaces for the specified AWS account.
|
Future<ListNamespacesResult> |
AbstractAmazonQuickSightAsync.listNamespacesAsync(ListNamespacesRequest request,
AsyncHandler<ListNamespacesRequest,ListNamespacesResult> asyncHandler) |
Future<ListNamespacesResult> |
AmazonQuickSightAsyncClient.listNamespacesAsync(ListNamespacesRequest request,
AsyncHandler<ListNamespacesRequest,ListNamespacesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListNamespacesRequest |
ListNamespacesRequest.clone() |
ListNamespacesRequest |
ListNamespacesRequest.withAwsAccountId(String awsAccountId)
The ID for the AWS account that contains the QuickSight namespaces that you want to list.
|
ListNamespacesRequest |
ListNamespacesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListNamespacesRequest |
ListNamespacesRequest.withNextToken(String nextToken)
A pagination token that can be used in a subsequent request.
|
Copyright © 2020. All rights reserved.