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