Uses of Class
software.amazon.awssdk.services.quicksight.model.CreateIngestionResponse
-
Packages that use CreateIngestionResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of CreateIngestionResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return CreateIngestionResponse Modifier and Type Method Description default CreateIngestionResponseQuickSightClient. createIngestion(Consumer<CreateIngestionRequest.Builder> createIngestionRequest)Creates and starts a new SPICE ingestion for a dataset.default CreateIngestionResponseQuickSightClient. createIngestion(CreateIngestionRequest createIngestionRequest)Creates and starts a new SPICE ingestion for a dataset.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type CreateIngestionResponse Modifier and Type Method Description default CompletableFuture<CreateIngestionResponse>QuickSightAsyncClient. createIngestion(Consumer<CreateIngestionRequest.Builder> createIngestionRequest)Creates and starts a new SPICE ingestion for a dataset.default CompletableFuture<CreateIngestionResponse>QuickSightAsyncClient. createIngestion(CreateIngestionRequest createIngestionRequest)Creates and starts a new SPICE ingestion for a dataset.
-