Uses of Class
software.amazon.awssdk.services.appintegrations.model.UpdateDataIntegrationResponse
-
Packages that use UpdateDataIntegrationResponse Package Description software.amazon.awssdk.services.appintegrations The Amazon AppIntegrations service enables you to configure and reuse connections to external applications. -
-
Uses of UpdateDataIntegrationResponse in software.amazon.awssdk.services.appintegrations
Methods in software.amazon.awssdk.services.appintegrations that return UpdateDataIntegrationResponse Modifier and Type Method Description default UpdateDataIntegrationResponseAppIntegrationsClient. updateDataIntegration(Consumer<UpdateDataIntegrationRequest.Builder> updateDataIntegrationRequest)Updates the description of a DataIntegration.default UpdateDataIntegrationResponseAppIntegrationsClient. updateDataIntegration(UpdateDataIntegrationRequest updateDataIntegrationRequest)Updates the description of a DataIntegration.Methods in software.amazon.awssdk.services.appintegrations that return types with arguments of type UpdateDataIntegrationResponse Modifier and Type Method Description default CompletableFuture<UpdateDataIntegrationResponse>AppIntegrationsAsyncClient. updateDataIntegration(Consumer<UpdateDataIntegrationRequest.Builder> updateDataIntegrationRequest)Updates the description of a DataIntegration.default CompletableFuture<UpdateDataIntegrationResponse>AppIntegrationsAsyncClient. updateDataIntegration(UpdateDataIntegrationRequest updateDataIntegrationRequest)Updates the description of a DataIntegration.
-