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