| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight |
|
| software.amazon.awssdk.services.quicksight.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListDataSetsResponse |
QuickSightClient.listDataSets(Consumer<ListDataSetsRequest.Builder> listDataSetsRequest)
Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region.
|
default ListDataSetsResponse |
QuickSightClient.listDataSets(ListDataSetsRequest listDataSetsRequest)
Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDataSetsResponse> |
QuickSightAsyncClient.listDataSets(Consumer<ListDataSetsRequest.Builder> listDataSetsRequest)
Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region.
|
default CompletableFuture<ListDataSetsResponse> |
QuickSightAsyncClient.listDataSets(ListDataSetsRequest listDataSetsRequest)
Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDataSetsResponse> |
ListDataSetsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDataSetsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDataSetsResponse> subscriber) |
Copyright © 2023. All rights reserved.