| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateIngestionResult> |
AbstractAmazonQuickSightAsync.createIngestionAsync(CreateIngestionRequest request,
AsyncHandler<CreateIngestionRequest,CreateIngestionResult> asyncHandler) |
Future<CreateIngestionResult> |
AmazonQuickSightAsyncClient.createIngestionAsync(CreateIngestionRequest request,
AsyncHandler<CreateIngestionRequest,CreateIngestionResult> asyncHandler) |
Future<CreateIngestionResult> |
AmazonQuickSightAsync.createIngestionAsync(CreateIngestionRequest createIngestionRequest,
AsyncHandler<CreateIngestionRequest,CreateIngestionResult> asyncHandler)
Creates and starts a new SPICE ingestion for a dataset.
|
| Modifier and Type | Method and Description |
|---|---|
CreateIngestionRequest |
CreateIngestionRequest.clone() |
CreateIngestionRequest |
CreateIngestionRequest.withAwsAccountId(String awsAccountId)
The Amazon Web Services account ID.
|
CreateIngestionRequest |
CreateIngestionRequest.withDataSetId(String dataSetId)
The ID of the dataset used in the ingestion.
|
CreateIngestionRequest |
CreateIngestionRequest.withIngestionId(String ingestionId)
An ID for the ingestion.
|
CreateIngestionRequest |
CreateIngestionRequest.withIngestionType(IngestionType ingestionType)
The type of ingestion that you want to create.
|
CreateIngestionRequest |
CreateIngestionRequest.withIngestionType(String ingestionType)
The type of ingestion that you want to create.
|
Copyright © 2024. All rights reserved.