| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
ListDataSetsResult |
AmazonQuickSightClient.listDataSets(ListDataSetsRequest request)
Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region.
|
ListDataSetsResult |
AbstractAmazonQuickSight.listDataSets(ListDataSetsRequest request) |
ListDataSetsResult |
AmazonQuickSight.listDataSets(ListDataSetsRequest listDataSetsRequest)
Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDataSetsResult> |
AmazonQuickSightAsyncClient.listDataSetsAsync(ListDataSetsRequest request) |
Future<ListDataSetsResult> |
AbstractAmazonQuickSightAsync.listDataSetsAsync(ListDataSetsRequest request) |
Future<ListDataSetsResult> |
AmazonQuickSightAsync.listDataSetsAsync(ListDataSetsRequest listDataSetsRequest)
Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region.
|
Future<ListDataSetsResult> |
AmazonQuickSightAsyncClient.listDataSetsAsync(ListDataSetsRequest request,
AsyncHandler<ListDataSetsRequest,ListDataSetsResult> asyncHandler) |
Future<ListDataSetsResult> |
AbstractAmazonQuickSightAsync.listDataSetsAsync(ListDataSetsRequest request,
AsyncHandler<ListDataSetsRequest,ListDataSetsResult> asyncHandler) |
Future<ListDataSetsResult> |
AmazonQuickSightAsync.listDataSetsAsync(ListDataSetsRequest listDataSetsRequest,
AsyncHandler<ListDataSetsRequest,ListDataSetsResult> asyncHandler)
Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDataSetsResult> |
AmazonQuickSightAsyncClient.listDataSetsAsync(ListDataSetsRequest request,
AsyncHandler<ListDataSetsRequest,ListDataSetsResult> asyncHandler) |
Future<ListDataSetsResult> |
AbstractAmazonQuickSightAsync.listDataSetsAsync(ListDataSetsRequest request,
AsyncHandler<ListDataSetsRequest,ListDataSetsResult> asyncHandler) |
Future<ListDataSetsResult> |
AmazonQuickSightAsync.listDataSetsAsync(ListDataSetsRequest listDataSetsRequest,
AsyncHandler<ListDataSetsRequest,ListDataSetsResult> asyncHandler)
Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
ListDataSetsResult |
ListDataSetsResult.clone() |
ListDataSetsResult |
ListDataSetsResult.withDataSetSummaries(Collection<DataSetSummary> dataSetSummaries)
The list of dataset summaries.
|
ListDataSetsResult |
ListDataSetsResult.withDataSetSummaries(DataSetSummary... dataSetSummaries)
The list of dataset summaries.
|
ListDataSetsResult |
ListDataSetsResult.withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListDataSetsResult |
ListDataSetsResult.withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
ListDataSetsResult |
ListDataSetsResult.withStatus(Integer status)
The HTTP status of the request.
|
Copyright © 2022. All rights reserved.