| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight |
|
| software.amazon.awssdk.services.quicksight.paginators |
| Modifier and Type | Method and Description |
|---|---|
default SearchDashboardsResponse |
QuickSightClient.searchDashboards(Consumer<SearchDashboardsRequest.Builder> searchDashboardsRequest)
Searches for dashboards that belong to a user.
|
default SearchDashboardsResponse |
QuickSightClient.searchDashboards(SearchDashboardsRequest searchDashboardsRequest)
Searches for dashboards that belong to a user.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SearchDashboardsResponse> |
QuickSightAsyncClient.searchDashboards(Consumer<SearchDashboardsRequest.Builder> searchDashboardsRequest)
Searches for dashboards that belong to a user.
|
default CompletableFuture<SearchDashboardsResponse> |
QuickSightAsyncClient.searchDashboards(SearchDashboardsRequest searchDashboardsRequest)
Searches for dashboards that belong to a user.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SearchDashboardsResponse> |
SearchDashboardsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchDashboardsPublisher.subscribe(org.reactivestreams.Subscriber<? super SearchDashboardsResponse> subscriber) |
Copyright © 2023. All rights reserved.