Uses of Class
software.amazon.awssdk.services.appfabric.model.DeleteIngestionRequest
-
Packages that use DeleteIngestionRequest 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 DeleteIngestionRequest in software.amazon.awssdk.services.appfabric
Methods in software.amazon.awssdk.services.appfabric with parameters of type DeleteIngestionRequest Modifier and Type Method Description default CompletableFuture<DeleteIngestionResponse>AppFabricAsyncClient. deleteIngestion(DeleteIngestionRequest deleteIngestionRequest)Deletes an ingestion.default DeleteIngestionResponseAppFabricClient. deleteIngestion(DeleteIngestionRequest deleteIngestionRequest)Deletes an ingestion. -
Uses of DeleteIngestionRequest in software.amazon.awssdk.services.appfabric.transform
Methods in software.amazon.awssdk.services.appfabric.transform with parameters of type DeleteIngestionRequest Modifier and Type Method Description SdkHttpFullRequestDeleteIngestionRequestMarshaller. marshall(DeleteIngestionRequest deleteIngestionRequest)
-