Uses of Class
software.amazon.awssdk.services.appfabric.model.DeleteIngestionResponse
-
Packages that use DeleteIngestionResponse Package Description software.amazon.awssdk.services.appfabric Amazon Web Services AppFabric quickly connects software as a service (SaaS) applications across your organization. -
-
Uses of DeleteIngestionResponse in software.amazon.awssdk.services.appfabric
Methods in software.amazon.awssdk.services.appfabric that return DeleteIngestionResponse Modifier and Type Method Description default DeleteIngestionResponseAppFabricClient. deleteIngestion(Consumer<DeleteIngestionRequest.Builder> deleteIngestionRequest)Deletes an ingestion.default DeleteIngestionResponseAppFabricClient. deleteIngestion(DeleteIngestionRequest deleteIngestionRequest)Deletes an ingestion.Methods in software.amazon.awssdk.services.appfabric that return types with arguments of type DeleteIngestionResponse Modifier and Type Method Description default CompletableFuture<DeleteIngestionResponse>AppFabricAsyncClient. deleteIngestion(Consumer<DeleteIngestionRequest.Builder> deleteIngestionRequest)Deletes an ingestion.default CompletableFuture<DeleteIngestionResponse>AppFabricAsyncClient. deleteIngestion(DeleteIngestionRequest deleteIngestionRequest)Deletes an ingestion.
-