Uses of Class
software.amazon.awssdk.services.appfabric.model.CreateIngestionDestinationResponse
-
Packages that use CreateIngestionDestinationResponse Package Description software.amazon.awssdk.services.appfabric Amazon Web Services AppFabric quickly connects software as a service (SaaS) applications across your organization. -
-
Uses of CreateIngestionDestinationResponse in software.amazon.awssdk.services.appfabric
Methods in software.amazon.awssdk.services.appfabric that return CreateIngestionDestinationResponse Modifier and Type Method Description default CreateIngestionDestinationResponseAppFabricClient. createIngestionDestination(Consumer<CreateIngestionDestinationRequest.Builder> createIngestionDestinationRequest)Creates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered.default CreateIngestionDestinationResponseAppFabricClient. createIngestionDestination(CreateIngestionDestinationRequest createIngestionDestinationRequest)Creates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered.Methods in software.amazon.awssdk.services.appfabric that return types with arguments of type CreateIngestionDestinationResponse Modifier and Type Method Description default CompletableFuture<CreateIngestionDestinationResponse>AppFabricAsyncClient. createIngestionDestination(Consumer<CreateIngestionDestinationRequest.Builder> createIngestionDestinationRequest)Creates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered.default CompletableFuture<CreateIngestionDestinationResponse>AppFabricAsyncClient. createIngestionDestination(CreateIngestionDestinationRequest createIngestionDestinationRequest)Creates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered.
-