Uses of Interface
software.amazon.awssdk.services.quicksight.model.ListDashboardVersionsRequest.Builder
-
Packages that use ListDashboardVersionsRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of ListDashboardVersionsRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type ListDashboardVersionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDashboardVersionsResponse>QuickSightAsyncClient. listDashboardVersions(Consumer<ListDashboardVersionsRequest.Builder> listDashboardVersionsRequest)Lists all the versions of the dashboards in the Amazon QuickSight subscription.default ListDashboardVersionsResponseQuickSightClient. listDashboardVersions(Consumer<ListDashboardVersionsRequest.Builder> listDashboardVersionsRequest)Lists all the versions of the dashboards in the Amazon QuickSight subscription.default ListDashboardVersionsPublisherQuickSightAsyncClient. listDashboardVersionsPaginator(Consumer<ListDashboardVersionsRequest.Builder> listDashboardVersionsRequest)Lists all the versions of the dashboards in the Amazon QuickSight subscription.default ListDashboardVersionsIterableQuickSightClient. listDashboardVersionsPaginator(Consumer<ListDashboardVersionsRequest.Builder> listDashboardVersionsRequest)Lists all the versions of the dashboards in the Amazon QuickSight subscription. -
Uses of ListDashboardVersionsRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ListDashboardVersionsRequest.Builder Modifier and Type Method Description ListDashboardVersionsRequest.BuilderListDashboardVersionsRequest.Builder. awsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the dashboard that you're listing versions for.static ListDashboardVersionsRequest.BuilderListDashboardVersionsRequest. builder()ListDashboardVersionsRequest.BuilderListDashboardVersionsRequest.Builder. dashboardId(String dashboardId)The ID for the dashboard.ListDashboardVersionsRequest.BuilderListDashboardVersionsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to be returned per request.ListDashboardVersionsRequest.BuilderListDashboardVersionsRequest.Builder. nextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListDashboardVersionsRequest.BuilderListDashboardVersionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDashboardVersionsRequest.BuilderListDashboardVersionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDashboardVersionsRequest.BuilderListDashboardVersionsRequest. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ListDashboardVersionsRequest.Builder Modifier and Type Method Description static Class<? extends ListDashboardVersionsRequest.Builder>ListDashboardVersionsRequest. serializableBuilderClass()
-