Uses of Class
software.amazon.awssdk.services.quicksight.model.ListIngestionsResponse
-
Packages that use ListIngestionsResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.paginators -
-
Uses of ListIngestionsResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return ListIngestionsResponse Modifier and Type Method Description default ListIngestionsResponseQuickSightClient. listIngestions(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest)Lists the history of SPICE ingestions for a dataset.default ListIngestionsResponseQuickSightClient. listIngestions(ListIngestionsRequest listIngestionsRequest)Lists the history of SPICE ingestions for a dataset.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type ListIngestionsResponse Modifier and Type Method 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. -
Uses of ListIngestionsResponse in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type ListIngestionsResponse Modifier and Type Method Description Iterator<ListIngestionsResponse>ListIngestionsIterable. iterator()Method parameters in software.amazon.awssdk.services.quicksight.paginators with type arguments of type ListIngestionsResponse Modifier and Type Method Description voidListIngestionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListIngestionsResponse> subscriber)
-