| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight |
|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
default ListDataSetsResponse |
QuickSightClient.listDataSets(Consumer<ListDataSetsRequest.Builder> listDataSetsRequest)
Lists all of the datasets belonging to the current AWS account in an AWS Region.
|
default CompletableFuture<ListDataSetsResponse> |
QuickSightAsyncClient.listDataSets(Consumer<ListDataSetsRequest.Builder> listDataSetsRequest)
Lists all of the datasets belonging to the current AWS account in an AWS Region.
|
default ListDataSetsIterable |
QuickSightClient.listDataSetsPaginator(Consumer<ListDataSetsRequest.Builder> listDataSetsRequest)
Lists all of the datasets belonging to the current AWS account in an AWS Region.
|
default ListDataSetsPublisher |
QuickSightAsyncClient.listDataSetsPaginator(Consumer<ListDataSetsRequest.Builder> listDataSetsRequest)
Lists all of the datasets belonging to the current AWS account in an AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
ListDataSetsRequest.Builder |
ListDataSetsRequest.Builder.awsAccountId(String awsAccountId)
The AWS account ID.
|
static ListDataSetsRequest.Builder |
ListDataSetsRequest.builder() |
ListDataSetsRequest.Builder |
ListDataSetsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListDataSetsRequest.Builder |
ListDataSetsRequest.Builder.nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListDataSetsRequest.Builder |
ListDataSetsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDataSetsRequest.Builder |
ListDataSetsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDataSetsRequest.Builder |
ListDataSetsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDataSetsRequest.Builder> |
ListDataSetsRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.