Uses of Class
software.amazon.awssdk.services.quicksight.model.CancelIngestionResponse
-
Packages that use CancelIngestionResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of CancelIngestionResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return CancelIngestionResponse Modifier and Type Method Description default CancelIngestionResponseQuickSightClient. cancelIngestion(Consumer<CancelIngestionRequest.Builder> cancelIngestionRequest)Cancels an ongoing ingestion of data into SPICE.default CancelIngestionResponseQuickSightClient. cancelIngestion(CancelIngestionRequest cancelIngestionRequest)Cancels an ongoing ingestion of data into SPICE.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type CancelIngestionResponse Modifier and Type Method Description default CompletableFuture<CancelIngestionResponse>QuickSightAsyncClient. cancelIngestion(Consumer<CancelIngestionRequest.Builder> cancelIngestionRequest)Cancels an ongoing ingestion of data into SPICE.default CompletableFuture<CancelIngestionResponse>QuickSightAsyncClient. cancelIngestion(CancelIngestionRequest cancelIngestionRequest)Cancels an ongoing ingestion of data into SPICE.
-