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