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