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