| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight |
|
| software.amazon.awssdk.services.quicksight.paginators |
| Modifier and Type | Method and Description |
|---|---|
default SearchAnalysesResponse |
QuickSightClient.searchAnalyses(Consumer<SearchAnalysesRequest.Builder> searchAnalysesRequest)
Searches for analyses that belong to the user specified in the filter.
|
default SearchAnalysesResponse |
QuickSightClient.searchAnalyses(SearchAnalysesRequest searchAnalysesRequest)
Searches for analyses that belong to the user specified in the filter.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SearchAnalysesResponse> |
QuickSightAsyncClient.searchAnalyses(Consumer<SearchAnalysesRequest.Builder> searchAnalysesRequest)
Searches for analyses that belong to the user specified in the filter.
|
default CompletableFuture<SearchAnalysesResponse> |
QuickSightAsyncClient.searchAnalyses(SearchAnalysesRequest searchAnalysesRequest)
Searches for analyses that belong to the user specified in the filter.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SearchAnalysesResponse> |
SearchAnalysesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchAnalysesPublisher.subscribe(org.reactivestreams.Subscriber<? super SearchAnalysesResponse> subscriber) |
Copyright © 2020. All rights reserved.