Uses of Class
software.amazon.awssdk.services.appfabric.model.GetIngestionRequest
-
Packages that use GetIngestionRequest 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 GetIngestionRequest in software.amazon.awssdk.services.appfabric
Methods in software.amazon.awssdk.services.appfabric with parameters of type GetIngestionRequest Modifier and Type Method Description default CompletableFuture<GetIngestionResponse>AppFabricAsyncClient. getIngestion(GetIngestionRequest getIngestionRequest)Returns information about an ingestion.default GetIngestionResponseAppFabricClient. getIngestion(GetIngestionRequest getIngestionRequest)Returns information about an ingestion. -
Uses of GetIngestionRequest in software.amazon.awssdk.services.appfabric.transform
Methods in software.amazon.awssdk.services.appfabric.transform with parameters of type GetIngestionRequest Modifier and Type Method Description SdkHttpFullRequestGetIngestionRequestMarshaller. marshall(GetIngestionRequest getIngestionRequest)
-