Uses of Class
software.amazon.awssdk.services.appfabric.model.CreateIngestionRequest
-
Packages that use CreateIngestionRequest 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.transform -
-
Uses of CreateIngestionRequest in software.amazon.awssdk.services.appfabric
Methods in software.amazon.awssdk.services.appfabric with parameters of type CreateIngestionRequest Modifier and Type Method Description default CompletableFuture<CreateIngestionResponse>AppFabricAsyncClient. createIngestion(CreateIngestionRequest createIngestionRequest)Creates a data ingestion for an application.default CreateIngestionResponseAppFabricClient. createIngestion(CreateIngestionRequest createIngestionRequest)Creates a data ingestion for an application. -
Uses of CreateIngestionRequest in software.amazon.awssdk.services.appfabric.transform
Methods in software.amazon.awssdk.services.appfabric.transform with parameters of type CreateIngestionRequest Modifier and Type Method Description SdkHttpFullRequestCreateIngestionRequestMarshaller. marshall(CreateIngestionRequest createIngestionRequest)
-