| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
ListIngestionsResult |
AbstractAmazonQuickSight.listIngestions(ListIngestionsRequest request) |
ListIngestionsResult |
AmazonQuickSightClient.listIngestions(ListIngestionsRequest request)
Lists the history of SPICE ingestions for a dataset.
|
ListIngestionsResult |
AmazonQuickSight.listIngestions(ListIngestionsRequest listIngestionsRequest)
Lists the history of SPICE ingestions for a dataset.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListIngestionsResult> |
AbstractAmazonQuickSightAsync.listIngestionsAsync(ListIngestionsRequest request,
AsyncHandler<ListIngestionsRequest,ListIngestionsResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
ListIngestionsResult |
ListIngestionsResult.clone() |
ListIngestionsResult |
ListIngestionsResult.withIngestions(Collection<Ingestion> ingestions)
A list of the ingestions.
|
ListIngestionsResult |
ListIngestionsResult.withIngestions(Ingestion... ingestions)
A list of the ingestions.
|
ListIngestionsResult |
ListIngestionsResult.withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListIngestionsResult |
ListIngestionsResult.withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
ListIngestionsResult |
ListIngestionsResult.withStatus(Integer status)
The HTTP status of the request.
|
Copyright © 2024. All rights reserved.