| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight |
|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
default ListIngestionsResponse |
QuickSightClient.listIngestions(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest)
Lists the history of SPICE ingestions for a dataset.
|
default CompletableFuture<ListIngestionsResponse> |
QuickSightAsyncClient.listIngestions(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest)
Lists the history of SPICE ingestions for a dataset.
|
default ListIngestionsIterable |
QuickSightClient.listIngestionsPaginator(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest)
Lists the history of SPICE ingestions for a dataset.
|
default ListIngestionsPublisher |
QuickSightAsyncClient.listIngestionsPaginator(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest)
Lists the history of SPICE ingestions for a dataset.
|
| Modifier and Type | Method and Description |
|---|---|
ListIngestionsRequest.Builder |
ListIngestionsRequest.Builder.awsAccountId(String awsAccountId)
The Amazon Web Services account ID.
|
static ListIngestionsRequest.Builder |
ListIngestionsRequest.builder() |
ListIngestionsRequest.Builder |
ListIngestionsRequest.Builder.dataSetId(String dataSetId)
The ID of the dataset used in the ingestion.
|
ListIngestionsRequest.Builder |
ListIngestionsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListIngestionsRequest.Builder |
ListIngestionsRequest.Builder.nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListIngestionsRequest.Builder |
ListIngestionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListIngestionsRequest.Builder |
ListIngestionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListIngestionsRequest.Builder |
ListIngestionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListIngestionsRequest.Builder> |
ListIngestionsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.