| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
ListFoldersResult |
AbstractAmazonQuickSight.listFolders(ListFoldersRequest request) |
ListFoldersResult |
AmazonQuickSightClient.listFolders(ListFoldersRequest request)
Lists all folders in an account.
|
ListFoldersResult |
AmazonQuickSight.listFolders(ListFoldersRequest listFoldersRequest)
Lists all folders in an account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListFoldersResult> |
AbstractAmazonQuickSightAsync.listFoldersAsync(ListFoldersRequest request,
AsyncHandler<ListFoldersRequest,ListFoldersResult> asyncHandler) |
Future<ListFoldersResult> |
AmazonQuickSightAsyncClient.listFoldersAsync(ListFoldersRequest request,
AsyncHandler<ListFoldersRequest,ListFoldersResult> asyncHandler) |
Future<ListFoldersResult> |
AmazonQuickSightAsync.listFoldersAsync(ListFoldersRequest listFoldersRequest,
AsyncHandler<ListFoldersRequest,ListFoldersResult> asyncHandler)
Lists all folders in an account.
|
| Modifier and Type | Method and Description |
|---|---|
ListFoldersResult |
ListFoldersResult.clone() |
ListFoldersResult |
ListFoldersResult.withFolderSummaryList(Collection<FolderSummary> folderSummaryList)
A structure that contains all of the folders in the Amazon Web Services account.
|
ListFoldersResult |
ListFoldersResult.withFolderSummaryList(FolderSummary... folderSummaryList)
A structure that contains all of the folders in the Amazon Web Services account.
|
ListFoldersResult |
ListFoldersResult.withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListFoldersResult |
ListFoldersResult.withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
ListFoldersResult |
ListFoldersResult.withStatus(Integer status)
The HTTP status of the request.
|
Copyright © 2024. All rights reserved.