Uses of Class
software.amazon.awssdk.services.quicksight.model.ListIngestionsRequest
-
Packages that use ListIngestionsRequest Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.paginators software.amazon.awssdk.services.quicksight.transform -
-
Uses of ListIngestionsRequest in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight with parameters of type ListIngestionsRequest Modifier and Type Method Description default CompletableFuture<ListIngestionsResponse>QuickSightAsyncClient. listIngestions(ListIngestionsRequest listIngestionsRequest)Lists the history of SPICE ingestions for a dataset.default ListIngestionsResponseQuickSightClient. listIngestions(ListIngestionsRequest listIngestionsRequest)Lists the history of SPICE ingestions for a dataset.default ListIngestionsPublisherQuickSightAsyncClient. listIngestionsPaginator(ListIngestionsRequest listIngestionsRequest)Lists the history of SPICE ingestions for a dataset.default ListIngestionsIterableQuickSightClient. listIngestionsPaginator(ListIngestionsRequest listIngestionsRequest)Lists the history of SPICE ingestions for a dataset. -
Uses of ListIngestionsRequest in software.amazon.awssdk.services.quicksight.paginators
Constructors in software.amazon.awssdk.services.quicksight.paginators with parameters of type ListIngestionsRequest Constructor Description ListIngestionsIterable(QuickSightClient client, ListIngestionsRequest firstRequest)ListIngestionsPublisher(QuickSightAsyncClient client, ListIngestionsRequest firstRequest) -
Uses of ListIngestionsRequest in software.amazon.awssdk.services.quicksight.transform
Methods in software.amazon.awssdk.services.quicksight.transform with parameters of type ListIngestionsRequest Modifier and Type Method Description SdkHttpFullRequestListIngestionsRequestMarshaller. marshall(ListIngestionsRequest listIngestionsRequest)
-