Package | Description |
---|---|
software.amazon.awssdk.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
static ListDashboardsResponse.Builder |
ListDashboardsResponse.builder() |
ListDashboardsResponse.Builder |
ListDashboardsResponse.Builder.dashboardSummaryList(Collection<DashboardSummary> dashboardSummaryList)
A structure that contains all of the dashboards in your AWS account.
|
ListDashboardsResponse.Builder |
ListDashboardsResponse.Builder.dashboardSummaryList(Consumer<DashboardSummary.Builder>... dashboardSummaryList)
A structure that contains all of the dashboards in your AWS account.
|
ListDashboardsResponse.Builder |
ListDashboardsResponse.Builder.dashboardSummaryList(DashboardSummary... dashboardSummaryList)
A structure that contains all of the dashboards in your AWS account.
|
ListDashboardsResponse.Builder |
ListDashboardsResponse.Builder.nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListDashboardsResponse.Builder |
ListDashboardsResponse.Builder.requestId(String requestId)
The AWS request ID for this operation.
|
ListDashboardsResponse.Builder |
ListDashboardsResponse.Builder.status(Integer status)
The HTTP status of the request.
|
ListDashboardsResponse.Builder |
ListDashboardsResponse.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends ListDashboardsResponse.Builder> |
ListDashboardsResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.