Uses of Class
software.amazon.awssdk.services.appfabric.model.UpdateIngestionDestinationResponse
-
Packages that use UpdateIngestionDestinationResponse Package Description software.amazon.awssdk.services.appfabric Amazon Web Services AppFabric quickly connects software as a service (SaaS) applications across your organization. -
-
Uses of UpdateIngestionDestinationResponse in software.amazon.awssdk.services.appfabric
Methods in software.amazon.awssdk.services.appfabric that return UpdateIngestionDestinationResponse Modifier and Type Method Description default UpdateIngestionDestinationResponseAppFabricClient. updateIngestionDestination(Consumer<UpdateIngestionDestinationRequest.Builder> updateIngestionDestinationRequest)Updates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered.default UpdateIngestionDestinationResponseAppFabricClient. updateIngestionDestination(UpdateIngestionDestinationRequest updateIngestionDestinationRequest)Updates 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 UpdateIngestionDestinationResponse Modifier and Type Method Description default CompletableFuture<UpdateIngestionDestinationResponse>AppFabricAsyncClient. updateIngestionDestination(Consumer<UpdateIngestionDestinationRequest.Builder> updateIngestionDestinationRequest)Updates 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<UpdateIngestionDestinationResponse>AppFabricAsyncClient. updateIngestionDestination(UpdateIngestionDestinationRequest updateIngestionDestinationRequest)Updates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered.
-