| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CancelIngestionResult> |
AbstractAmazonQuickSightAsync.cancelIngestionAsync(CancelIngestionRequest request,
AsyncHandler<CancelIngestionRequest,CancelIngestionResult> asyncHandler) |
Future<CancelIngestionResult> |
AmazonQuickSightAsync.cancelIngestionAsync(CancelIngestionRequest cancelIngestionRequest,
AsyncHandler<CancelIngestionRequest,CancelIngestionResult> asyncHandler)
Cancels an ongoing ingestion of data into SPICE.
|
Future<CancelIngestionResult> |
AmazonQuickSightAsyncClient.cancelIngestionAsync(CancelIngestionRequest request,
AsyncHandler<CancelIngestionRequest,CancelIngestionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CancelIngestionRequest |
CancelIngestionRequest.clone() |
CancelIngestionRequest |
CancelIngestionRequest.withAwsAccountId(String awsAccountId)
The Amazon Web Services account ID.
|
CancelIngestionRequest |
CancelIngestionRequest.withDataSetId(String dataSetId)
The ID of the dataset used in the ingestion.
|
CancelIngestionRequest |
CancelIngestionRequest.withIngestionId(String ingestionId)
An ID for the ingestion.
|
Copyright © 2023. All rights reserved.