Uses of Interface
software.amazon.awssdk.services.quicksight.model.ListIngestionsRequest.Builder
-
Packages that use ListIngestionsRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of ListIngestionsRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type ListIngestionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListIngestionsResponse>QuickSightAsyncClient. listIngestions(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest)Lists the history of SPICE ingestions for a dataset.default ListIngestionsResponseQuickSightClient. listIngestions(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest)Lists the history of SPICE ingestions for a dataset.default ListIngestionsPublisherQuickSightAsyncClient. listIngestionsPaginator(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest)Lists the history of SPICE ingestions for a dataset.default ListIngestionsIterableQuickSightClient. listIngestionsPaginator(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest)Lists the history of SPICE ingestions for a dataset. -
Uses of ListIngestionsRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ListIngestionsRequest.Builder Modifier and Type Method Description ListIngestionsRequest.BuilderListIngestionsRequest.Builder. awsAccountId(String awsAccountId)The Amazon Web Services account ID.static ListIngestionsRequest.BuilderListIngestionsRequest. builder()ListIngestionsRequest.BuilderListIngestionsRequest.Builder. dataSetId(String dataSetId)The ID of the dataset used in the ingestion.ListIngestionsRequest.BuilderListIngestionsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to be returned per request.ListIngestionsRequest.BuilderListIngestionsRequest.Builder. nextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListIngestionsRequest.BuilderListIngestionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListIngestionsRequest.BuilderListIngestionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListIngestionsRequest.BuilderListIngestionsRequest. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ListIngestionsRequest.Builder Modifier and Type Method Description static Class<? extends ListIngestionsRequest.Builder>ListIngestionsRequest. serializableBuilderClass()
-