| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight |
|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
default ListDashboardsResponse |
QuickSightClient.listDashboards(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest)
Lists dashboards in an Amazon Web Services account.
|
default CompletableFuture<ListDashboardsResponse> |
QuickSightAsyncClient.listDashboards(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest)
Lists dashboards in an Amazon Web Services account.
|
default ListDashboardsIterable |
QuickSightClient.listDashboardsPaginator(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest)
Lists dashboards in an Amazon Web Services account.
|
default ListDashboardsPublisher |
QuickSightAsyncClient.listDashboardsPaginator(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest)
Lists dashboards in an Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
ListDashboardsRequest.Builder |
ListDashboardsRequest.Builder.awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the dashboards that you're listing.
|
static ListDashboardsRequest.Builder |
ListDashboardsRequest.builder() |
ListDashboardsRequest.Builder |
ListDashboardsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListDashboardsRequest.Builder |
ListDashboardsRequest.Builder.nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListDashboardsRequest.Builder |
ListDashboardsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDashboardsRequest.Builder |
ListDashboardsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDashboardsRequest.Builder |
ListDashboardsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDashboardsRequest.Builder> |
ListDashboardsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.