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