| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
ListNamespacesResult |
AmazonQuickSight.listNamespaces(ListNamespacesRequest listNamespacesRequest)
Lists the namespaces for the specified AWS account.
|
ListNamespacesResult |
AbstractAmazonQuickSight.listNamespaces(ListNamespacesRequest request) |
ListNamespacesResult |
AmazonQuickSightClient.listNamespaces(ListNamespacesRequest request)
Lists the namespaces for the specified AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListNamespacesResult> |
AmazonQuickSightAsyncClient.listNamespacesAsync(ListNamespacesRequest request,
AsyncHandler<ListNamespacesRequest,ListNamespacesResult> asyncHandler) |
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) |
| Modifier and Type | Method and Description |
|---|---|
ListNamespacesResult |
ListNamespacesResult.clone() |
ListNamespacesResult |
ListNamespacesResult.withNamespaces(Collection<NamespaceInfoV2> namespaces)
The information about the namespaces in this AWS account.
|
ListNamespacesResult |
ListNamespacesResult.withNamespaces(NamespaceInfoV2... namespaces)
The information about the namespaces in this AWS account.
|
ListNamespacesResult |
ListNamespacesResult.withNextToken(String nextToken)
A pagination token that can be used in a subsequent request.
|
ListNamespacesResult |
ListNamespacesResult.withRequestId(String requestId)
The AWS request ID for this operation.
|
ListNamespacesResult |
ListNamespacesResult.withStatus(Integer status)
The HTTP status of the request.
|
Copyright © 2021. All rights reserved.