Uses of Class
software.amazon.awssdk.services.appfabric.model.ListIngestionsResponse
-
Packages that use ListIngestionsResponse 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 ListIngestionsResponse in software.amazon.awssdk.services.appfabric
Methods in software.amazon.awssdk.services.appfabric that return ListIngestionsResponse Modifier and Type Method Description default ListIngestionsResponseAppFabricClient. listIngestions(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest)Returns a list of all ingestions configured for an app bundle.default ListIngestionsResponseAppFabricClient. listIngestions(ListIngestionsRequest listIngestionsRequest)Returns a list of all ingestions configured for an app bundle.Methods in software.amazon.awssdk.services.appfabric that return types with arguments of type ListIngestionsResponse Modifier and Type Method Description default CompletableFuture<ListIngestionsResponse>AppFabricAsyncClient. listIngestions(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest)Returns a list of all ingestions configured for an app bundle.default CompletableFuture<ListIngestionsResponse>AppFabricAsyncClient. listIngestions(ListIngestionsRequest listIngestionsRequest)Returns a list of all ingestions configured for an app bundle. -
Uses of ListIngestionsResponse in software.amazon.awssdk.services.appfabric.paginators
Methods in software.amazon.awssdk.services.appfabric.paginators that return types with arguments of type ListIngestionsResponse Modifier and Type Method Description Iterator<ListIngestionsResponse>ListIngestionsIterable. iterator()Method parameters in software.amazon.awssdk.services.appfabric.paginators with type arguments of type ListIngestionsResponse Modifier and Type Method Description voidListIngestionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListIngestionsResponse> subscriber)
-