Uses of Class
software.amazon.awssdk.services.appfabric.model.ListIngestionsRequest
-
Packages that use ListIngestionsRequest 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 software.amazon.awssdk.services.appfabric.transform -
-
Uses of ListIngestionsRequest in software.amazon.awssdk.services.appfabric
Methods in software.amazon.awssdk.services.appfabric with parameters of type ListIngestionsRequest Modifier and Type Method Description default CompletableFuture<ListIngestionsResponse>AppFabricAsyncClient. listIngestions(ListIngestionsRequest 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.default ListIngestionsPublisherAppFabricAsyncClient. listIngestionsPaginator(ListIngestionsRequest listIngestionsRequest)Returns a list of all ingestions configured for an app bundle.default ListIngestionsIterableAppFabricClient. listIngestionsPaginator(ListIngestionsRequest listIngestionsRequest)Returns a list of all ingestions configured for an app bundle. -
Uses of ListIngestionsRequest in software.amazon.awssdk.services.appfabric.paginators
Constructors in software.amazon.awssdk.services.appfabric.paginators with parameters of type ListIngestionsRequest Constructor Description ListIngestionsIterable(AppFabricClient client, ListIngestionsRequest firstRequest)ListIngestionsPublisher(AppFabricAsyncClient client, ListIngestionsRequest firstRequest) -
Uses of ListIngestionsRequest in software.amazon.awssdk.services.appfabric.transform
Methods in software.amazon.awssdk.services.appfabric.transform with parameters of type ListIngestionsRequest Modifier and Type Method Description SdkHttpFullRequestListIngestionsRequestMarshaller. marshall(ListIngestionsRequest listIngestionsRequest)
-