Uses of Class
software.amazon.awssdk.services.appfabric.model.StopIngestionRequest
-
Packages that use StopIngestionRequest 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 StopIngestionRequest in software.amazon.awssdk.services.appfabric
Methods in software.amazon.awssdk.services.appfabric with parameters of type StopIngestionRequest Modifier and Type Method Description default CompletableFuture<StopIngestionResponse>AppFabricAsyncClient. stopIngestion(StopIngestionRequest stopIngestionRequest)Stops (disables) an ingestion.default StopIngestionResponseAppFabricClient. stopIngestion(StopIngestionRequest stopIngestionRequest)Stops (disables) an ingestion. -
Uses of StopIngestionRequest in software.amazon.awssdk.services.appfabric.transform
Methods in software.amazon.awssdk.services.appfabric.transform with parameters of type StopIngestionRequest Modifier and Type Method Description SdkHttpFullRequestStopIngestionRequestMarshaller. marshall(StopIngestionRequest stopIngestionRequest)
-