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