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.
|
Future<ListDataSetsResult> |
AmazonQuickSightAsyncClient.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> |
AbstractAmazonQuickSightAsync.listDataSetsAsync(ListDataSetsRequest request) |
Future<ListDataSetsResult> |
AmazonQuickSightAsyncClient.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.
|
Future<ListDataSetsResult> |
AbstractAmazonQuickSightAsync.listDataSetsAsync(ListDataSetsRequest request,
AsyncHandler<ListDataSetsRequest,ListDataSetsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<ListDataSetsResult> |
AmazonQuickSightAsyncClient.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.
|
Future<ListDataSetsResult> |
AbstractAmazonQuickSightAsync.listDataSetsAsync(ListDataSetsRequest request,
AsyncHandler<ListDataSetsRequest,ListDataSetsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListDataSetsRequest |
ListDataSetsRequest.clone() |
ListDataSetsRequest |
ListDataSetsRequest.withAwsAccountId(String awsAccountId)
The Amazon Web Services account ID.
|
ListDataSetsRequest |
ListDataSetsRequest.withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListDataSetsRequest |
ListDataSetsRequest.withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
Copyright © 2021. All rights reserved.