| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight |
|
| software.amazon.awssdk.services.quicksight.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListIngestionsResponse |
QuickSightClient.listIngestions(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest)
Lists the history of SPICE ingestions for a dataset.
|
default ListIngestionsResponse |
QuickSightClient.listIngestions(ListIngestionsRequest listIngestionsRequest)
Lists the history of SPICE ingestions for a dataset.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListIngestionsResponse> |
QuickSightAsyncClient.listIngestions(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest)
Lists the history of SPICE ingestions for a dataset.
|
default CompletableFuture<ListIngestionsResponse> |
QuickSightAsyncClient.listIngestions(ListIngestionsRequest listIngestionsRequest)
Lists the history of SPICE ingestions for a dataset.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListIngestionsResponse> |
ListIngestionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListIngestionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListIngestionsResponse> subscriber) |
Copyright © 2020. All rights reserved.