| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight |
|
| software.amazon.awssdk.services.quicksight.paginators |
| Modifier and Type | Method and Description |
|---|---|
default SearchDataSetsResponse |
QuickSightClient.searchDataSets(Consumer<SearchDataSetsRequest.Builder> searchDataSetsRequest)
Use the
SearchDataSets operation to search for datasets that belong to an account. |
default SearchDataSetsResponse |
QuickSightClient.searchDataSets(SearchDataSetsRequest searchDataSetsRequest)
Use the
SearchDataSets operation to search for datasets that belong to an account. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SearchDataSetsResponse> |
QuickSightAsyncClient.searchDataSets(Consumer<SearchDataSetsRequest.Builder> searchDataSetsRequest)
Use the
SearchDataSets operation to search for datasets that belong to an account. |
default CompletableFuture<SearchDataSetsResponse> |
QuickSightAsyncClient.searchDataSets(SearchDataSetsRequest searchDataSetsRequest)
Use the
SearchDataSets operation to search for datasets that belong to an account. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<SearchDataSetsResponse> |
SearchDataSetsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchDataSetsPublisher.subscribe(org.reactivestreams.Subscriber<? super SearchDataSetsResponse> subscriber) |
Copyright © 2023. All rights reserved.