| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight |
|
| software.amazon.awssdk.services.quicksight.paginators |
| Modifier and Type | Method and Description |
|---|---|
default SearchDataSourcesResponse |
QuickSightClient.searchDataSources(Consumer<SearchDataSourcesRequest.Builder> searchDataSourcesRequest)
Use the
SearchDataSources operation to search for data sources that belong to an account. |
default SearchDataSourcesResponse |
QuickSightClient.searchDataSources(SearchDataSourcesRequest searchDataSourcesRequest)
Use the
SearchDataSources operation to search for data sources that belong to an account. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SearchDataSourcesResponse> |
QuickSightAsyncClient.searchDataSources(Consumer<SearchDataSourcesRequest.Builder> searchDataSourcesRequest)
Use the
SearchDataSources operation to search for data sources that belong to an account. |
default CompletableFuture<SearchDataSourcesResponse> |
QuickSightAsyncClient.searchDataSources(SearchDataSourcesRequest searchDataSourcesRequest)
Use the
SearchDataSources operation to search for data sources that belong to an account. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<SearchDataSourcesResponse> |
SearchDataSourcesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchDataSourcesPublisher.subscribe(org.reactivestreams.Subscriber<? super SearchDataSourcesResponse> subscriber) |
Copyright © 2023. All rights reserved.