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