Uses of Class
software.amazon.awssdk.services.appfabric.model.ListIngestionDestinationsRequest
-
Packages that use ListIngestionDestinationsRequest 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 ListIngestionDestinationsRequest in software.amazon.awssdk.services.appfabric
Methods in software.amazon.awssdk.services.appfabric with parameters of type ListIngestionDestinationsRequest Modifier and Type Method Description default CompletableFuture<ListIngestionDestinationsResponse>AppFabricAsyncClient. listIngestionDestinations(ListIngestionDestinationsRequest 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.default ListIngestionDestinationsPublisherAppFabricAsyncClient. listIngestionDestinationsPaginator(ListIngestionDestinationsRequest 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. -
Uses of ListIngestionDestinationsRequest in software.amazon.awssdk.services.appfabric.paginators
Constructors in software.amazon.awssdk.services.appfabric.paginators with parameters of type ListIngestionDestinationsRequest Constructor Description ListIngestionDestinationsIterable(AppFabricClient client, ListIngestionDestinationsRequest firstRequest)ListIngestionDestinationsPublisher(AppFabricAsyncClient client, ListIngestionDestinationsRequest firstRequest) -
Uses of ListIngestionDestinationsRequest in software.amazon.awssdk.services.appfabric.transform
Methods in software.amazon.awssdk.services.appfabric.transform with parameters of type ListIngestionDestinationsRequest Modifier and Type Method Description SdkHttpFullRequestListIngestionDestinationsRequestMarshaller. marshall(ListIngestionDestinationsRequest listIngestionDestinationsRequest)
-