Uses of Class
software.amazon.awssdk.services.appfabric.model.StartIngestionResponse
-
Packages that use StartIngestionResponse Package Description software.amazon.awssdk.services.appfabric Amazon Web Services AppFabric quickly connects software as a service (SaaS) applications across your organization. -
-
Uses of StartIngestionResponse in software.amazon.awssdk.services.appfabric
Methods in software.amazon.awssdk.services.appfabric that return StartIngestionResponse Modifier and Type Method Description default StartIngestionResponseAppFabricClient. startIngestion(Consumer<StartIngestionRequest.Builder> startIngestionRequest)Starts (enables) an ingestion, which collects data from an application.default StartIngestionResponseAppFabricClient. startIngestion(StartIngestionRequest startIngestionRequest)Starts (enables) an ingestion, which collects data from an application.Methods in software.amazon.awssdk.services.appfabric that return types with arguments of type StartIngestionResponse Modifier and Type Method Description default CompletableFuture<StartIngestionResponse>AppFabricAsyncClient. startIngestion(Consumer<StartIngestionRequest.Builder> startIngestionRequest)Starts (enables) an ingestion, which collects data from an application.default CompletableFuture<StartIngestionResponse>AppFabricAsyncClient. startIngestion(StartIngestionRequest startIngestionRequest)Starts (enables) an ingestion, which collects data from an application.
-