Uses of Class
software.amazon.awssdk.services.quicksight.model.Ingestion
-
Packages that use Ingestion Package Description software.amazon.awssdk.services.quicksight.model software.amazon.awssdk.services.quicksight.paginators -
-
Uses of Ingestion in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return Ingestion Modifier and Type Method Description IngestionDescribeIngestionResponse. ingestion()Information about the ingestion.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type Ingestion Modifier and Type Method Description List<Ingestion>ListIngestionsResponse. ingestions()A list of the ingestions.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type Ingestion Modifier and Type Method Description DescribeIngestionResponse.BuilderDescribeIngestionResponse.Builder. ingestion(Ingestion ingestion)Information about the ingestion.ListIngestionsResponse.BuilderListIngestionsResponse.Builder. ingestions(Ingestion... ingestions)A list of the ingestions.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type Ingestion Modifier and Type Method Description ListIngestionsResponse.BuilderListIngestionsResponse.Builder. ingestions(Collection<Ingestion> ingestions)A list of the ingestions. -
Uses of Ingestion in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type Ingestion Modifier and Type Method Description SdkIterable<Ingestion>ListIngestionsIterable. ingestions()Returns an iterable to iterate through the paginatedListIngestionsResponse.ingestions()member.SdkPublisher<Ingestion>ListIngestionsPublisher. ingestions()Returns a publisher that can be used to get a stream of data.
-