| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListIngestionsResult> |
AmazonQuickSightAsyncClient.listIngestionsAsync(ListIngestionsRequest request,
AsyncHandler<ListIngestionsRequest,ListIngestionsResult> asyncHandler) |
Future<ListIngestionsResult> |
AmazonQuickSightAsync.listIngestionsAsync(ListIngestionsRequest listIngestionsRequest,
AsyncHandler<ListIngestionsRequest,ListIngestionsResult> asyncHandler)
Lists the history of SPICE ingestions for a dataset.
|
Future<ListIngestionsResult> |
AbstractAmazonQuickSightAsync.listIngestionsAsync(ListIngestionsRequest request,
AsyncHandler<ListIngestionsRequest,ListIngestionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListIngestionsRequest |
ListIngestionsRequest.clone() |
ListIngestionsRequest |
ListIngestionsRequest.withAwsAccountId(String awsAccountId)
The Amazon Web Services account ID.
|
ListIngestionsRequest |
ListIngestionsRequest.withDataSetId(String dataSetId)
The ID of the dataset used in the ingestion.
|
ListIngestionsRequest |
ListIngestionsRequest.withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListIngestionsRequest |
ListIngestionsRequest.withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
Copyright © 2023. All rights reserved.