Uses of Class
software.amazon.awssdk.services.appfabric.model.CreateIngestionResponse
-
Packages that use CreateIngestionResponse Package Description software.amazon.awssdk.services.appfabric Amazon Web Services AppFabric quickly connects software as a service (SaaS) applications across your organization. -
-
Uses of CreateIngestionResponse in software.amazon.awssdk.services.appfabric
Methods in software.amazon.awssdk.services.appfabric that return CreateIngestionResponse Modifier and Type Method Description default CreateIngestionResponseAppFabricClient. createIngestion(Consumer<CreateIngestionRequest.Builder> createIngestionRequest)Creates a data ingestion for an application.default CreateIngestionResponseAppFabricClient. createIngestion(CreateIngestionRequest createIngestionRequest)Creates a data ingestion for an application.Methods in software.amazon.awssdk.services.appfabric that return types with arguments of type CreateIngestionResponse Modifier and Type Method Description default CompletableFuture<CreateIngestionResponse>AppFabricAsyncClient. createIngestion(Consumer<CreateIngestionRequest.Builder> createIngestionRequest)Creates a data ingestion for an application.default CompletableFuture<CreateIngestionResponse>AppFabricAsyncClient. createIngestion(CreateIngestionRequest createIngestionRequest)Creates a data ingestion for an application.
-