Uses of Class
software.amazon.awssdk.services.appfabric.model.ListIngestionDestinationsResponse
-
Packages that use ListIngestionDestinationsResponse Package Description software.amazon.awssdk.services.appfabric Amazon Web Services AppFabric quickly connects software as a service (SaaS) applications across your organization.software.amazon.awssdk.services.appfabric.paginators -
-
Uses of ListIngestionDestinationsResponse in software.amazon.awssdk.services.appfabric
Methods in software.amazon.awssdk.services.appfabric that return ListIngestionDestinationsResponse Modifier and Type Method Description default ListIngestionDestinationsResponseAppFabricClient. listIngestionDestinations(Consumer<ListIngestionDestinationsRequest.Builder> listIngestionDestinationsRequest)Returns a list of all ingestion destinations configured for an ingestion.default ListIngestionDestinationsResponseAppFabricClient. listIngestionDestinations(ListIngestionDestinationsRequest listIngestionDestinationsRequest)Returns a list of all ingestion destinations configured for an ingestion.Methods in software.amazon.awssdk.services.appfabric that return types with arguments of type ListIngestionDestinationsResponse Modifier and Type Method Description default CompletableFuture<ListIngestionDestinationsResponse>AppFabricAsyncClient. listIngestionDestinations(Consumer<ListIngestionDestinationsRequest.Builder> listIngestionDestinationsRequest)Returns a list of all ingestion destinations configured for an ingestion.default CompletableFuture<ListIngestionDestinationsResponse>AppFabricAsyncClient. listIngestionDestinations(ListIngestionDestinationsRequest listIngestionDestinationsRequest)Returns a list of all ingestion destinations configured for an ingestion. -
Uses of ListIngestionDestinationsResponse in software.amazon.awssdk.services.appfabric.paginators
Methods in software.amazon.awssdk.services.appfabric.paginators that return types with arguments of type ListIngestionDestinationsResponse Modifier and Type Method Description Iterator<ListIngestionDestinationsResponse>ListIngestionDestinationsIterable. iterator()Method parameters in software.amazon.awssdk.services.appfabric.paginators with type arguments of type ListIngestionDestinationsResponse Modifier and Type Method Description voidListIngestionDestinationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListIngestionDestinationsResponse> subscriber)
-