Uses of Class
software.amazon.awssdk.services.appfabric.paginators.ListIngestionDestinationsIterable
-
Packages that use ListIngestionDestinationsIterable Package Description software.amazon.awssdk.services.appfabric Amazon Web Services AppFabric quickly connects software as a service (SaaS) applications across your organization. -
-
Uses of ListIngestionDestinationsIterable in software.amazon.awssdk.services.appfabric
Methods in software.amazon.awssdk.services.appfabric that return ListIngestionDestinationsIterable Modifier and Type Method Description default ListIngestionDestinationsIterableAppFabricClient. listIngestionDestinationsPaginator(Consumer<ListIngestionDestinationsRequest.Builder> listIngestionDestinationsRequest)Returns a list of all ingestion destinations configured for an ingestion.default ListIngestionDestinationsIterableAppFabricClient. listIngestionDestinationsPaginator(ListIngestionDestinationsRequest listIngestionDestinationsRequest)Returns a list of all ingestion destinations configured for an ingestion.
-