Uses of Interface
software.amazon.awssdk.services.quicksight.model.SearchDashboardsRequest.Builder
-
Packages that use SearchDashboardsRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of SearchDashboardsRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type SearchDashboardsRequest.Builder Modifier and Type Method Description default CompletableFuture<SearchDashboardsResponse>QuickSightAsyncClient. searchDashboards(Consumer<SearchDashboardsRequest.Builder> searchDashboardsRequest)Searches for dashboards that belong to a user.default SearchDashboardsResponseQuickSightClient. searchDashboards(Consumer<SearchDashboardsRequest.Builder> searchDashboardsRequest)Searches for dashboards that belong to a user.default SearchDashboardsPublisherQuickSightAsyncClient. searchDashboardsPaginator(Consumer<SearchDashboardsRequest.Builder> searchDashboardsRequest)Searches for dashboards that belong to a user.default SearchDashboardsIterableQuickSightClient. searchDashboardsPaginator(Consumer<SearchDashboardsRequest.Builder> searchDashboardsRequest)Searches for dashboards that belong to a user. -
Uses of SearchDashboardsRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return SearchDashboardsRequest.Builder Modifier and Type Method Description SearchDashboardsRequest.BuilderSearchDashboardsRequest.Builder. awsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the user whose dashboards you're searching for.static SearchDashboardsRequest.BuilderSearchDashboardsRequest. builder()SearchDashboardsRequest.BuilderSearchDashboardsRequest.Builder. filters(Collection<DashboardSearchFilter> filters)The filters to apply to the search.SearchDashboardsRequest.BuilderSearchDashboardsRequest.Builder. filters(Consumer<DashboardSearchFilter.Builder>... filters)The filters to apply to the search.SearchDashboardsRequest.BuilderSearchDashboardsRequest.Builder. filters(DashboardSearchFilter... filters)The filters to apply to the search.SearchDashboardsRequest.BuilderSearchDashboardsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to be returned per request.SearchDashboardsRequest.BuilderSearchDashboardsRequest.Builder. nextToken(String nextToken)The token for the next set of results, or null if there are no more results.SearchDashboardsRequest.BuilderSearchDashboardsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SearchDashboardsRequest.BuilderSearchDashboardsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SearchDashboardsRequest.BuilderSearchDashboardsRequest. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SearchDashboardsRequest.Builder Modifier and Type Method Description static Class<? extends SearchDashboardsRequest.Builder>SearchDashboardsRequest. serializableBuilderClass()
-