Uses of Class
software.amazon.awssdk.services.appfabric.model.GetIngestionResponse
-
Packages that use GetIngestionResponse Package Description software.amazon.awssdk.services.appfabric Amazon Web Services AppFabric quickly connects software as a service (SaaS) applications across your organization. -
-
Uses of GetIngestionResponse in software.amazon.awssdk.services.appfabric
Methods in software.amazon.awssdk.services.appfabric that return GetIngestionResponse Modifier and Type Method Description default GetIngestionResponseAppFabricClient. getIngestion(Consumer<GetIngestionRequest.Builder> getIngestionRequest)Returns information about an ingestion.default GetIngestionResponseAppFabricClient. getIngestion(GetIngestionRequest getIngestionRequest)Returns information about an ingestion.Methods in software.amazon.awssdk.services.appfabric that return types with arguments of type GetIngestionResponse Modifier and Type Method Description default CompletableFuture<GetIngestionResponse>AppFabricAsyncClient. getIngestion(Consumer<GetIngestionRequest.Builder> getIngestionRequest)Returns information about an ingestion.default CompletableFuture<GetIngestionResponse>AppFabricAsyncClient. getIngestion(GetIngestionRequest getIngestionRequest)Returns information about an ingestion.
-