Uses of Class
software.amazon.awssdk.services.appfabric.model.IngestionDestinationSummary
-
Packages that use IngestionDestinationSummary Package Description software.amazon.awssdk.services.appfabric.model software.amazon.awssdk.services.appfabric.paginators -
-
Uses of IngestionDestinationSummary in software.amazon.awssdk.services.appfabric.model
Methods in software.amazon.awssdk.services.appfabric.model that return types with arguments of type IngestionDestinationSummary Modifier and Type Method Description List<IngestionDestinationSummary>ListIngestionDestinationsResponse. ingestionDestinations()Contains a list of ingestion destination summaries.Methods in software.amazon.awssdk.services.appfabric.model with parameters of type IngestionDestinationSummary Modifier and Type Method Description ListIngestionDestinationsResponse.BuilderListIngestionDestinationsResponse.Builder. ingestionDestinations(IngestionDestinationSummary... ingestionDestinations)Contains a list of ingestion destination summaries.Method parameters in software.amazon.awssdk.services.appfabric.model with type arguments of type IngestionDestinationSummary Modifier and Type Method Description ListIngestionDestinationsResponse.BuilderListIngestionDestinationsResponse.Builder. ingestionDestinations(Collection<IngestionDestinationSummary> ingestionDestinations)Contains a list of ingestion destination summaries. -
Uses of IngestionDestinationSummary in software.amazon.awssdk.services.appfabric.paginators
Methods in software.amazon.awssdk.services.appfabric.paginators that return types with arguments of type IngestionDestinationSummary Modifier and Type Method Description SdkIterable<IngestionDestinationSummary>ListIngestionDestinationsIterable. ingestionDestinations()Returns an iterable to iterate through the paginatedListIngestionDestinationsResponse.ingestionDestinations()member.SdkPublisher<IngestionDestinationSummary>ListIngestionDestinationsPublisher. ingestionDestinations()Returns a publisher that can be used to get a stream of data.
-