| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
CreateIngestionResult |
AmazonQuickSightClient.createIngestion(CreateIngestionRequest request)
Creates and starts a new SPICE ingestion on a dataset
|
CreateIngestionResult |
AmazonQuickSight.createIngestion(CreateIngestionRequest createIngestionRequest)
Creates and starts a new SPICE ingestion on a dataset
|
CreateIngestionResult |
AbstractAmazonQuickSight.createIngestion(CreateIngestionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateIngestionResult> |
AmazonQuickSightAsync.createIngestionAsync(CreateIngestionRequest createIngestionRequest,
AsyncHandler<CreateIngestionRequest,CreateIngestionResult> asyncHandler)
Creates and starts a new SPICE ingestion on a dataset
|
Future<CreateIngestionResult> |
AbstractAmazonQuickSightAsync.createIngestionAsync(CreateIngestionRequest request,
AsyncHandler<CreateIngestionRequest,CreateIngestionResult> asyncHandler) |
Future<CreateIngestionResult> |
AmazonQuickSightAsyncClient.createIngestionAsync(CreateIngestionRequest request,
AsyncHandler<CreateIngestionRequest,CreateIngestionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateIngestionResult |
CreateIngestionResult.clone() |
CreateIngestionResult |
CreateIngestionResult.withArn(String arn)
The Amazon Resource Name (ARN) for the data ingestion.
|
CreateIngestionResult |
CreateIngestionResult.withIngestionId(String ingestionId)
An ID for the ingestion.
|
CreateIngestionResult |
CreateIngestionResult.withIngestionStatus(IngestionStatus ingestionStatus)
The ingestion status.
|
CreateIngestionResult |
CreateIngestionResult.withIngestionStatus(String ingestionStatus)
The ingestion status.
|
CreateIngestionResult |
CreateIngestionResult.withRequestId(String requestId)
The AWS request ID for this operation.
|
CreateIngestionResult |
CreateIngestionResult.withStatus(Integer status)
The HTTP status of the request.
|
Copyright © 2019. All rights reserved.