Uses of Class
software.amazon.awssdk.services.appintegrations.model.GetDataIntegrationResponse
-
Packages that use GetDataIntegrationResponse Package Description software.amazon.awssdk.services.appintegrations The Amazon AppIntegrations service enables you to configure and reuse connections to external applications. -
-
Uses of GetDataIntegrationResponse in software.amazon.awssdk.services.appintegrations
Methods in software.amazon.awssdk.services.appintegrations that return GetDataIntegrationResponse Modifier and Type Method Description default GetDataIntegrationResponseAppIntegrationsClient. getDataIntegration(Consumer<GetDataIntegrationRequest.Builder> getDataIntegrationRequest)Returns information about the DataIntegration.default GetDataIntegrationResponseAppIntegrationsClient. getDataIntegration(GetDataIntegrationRequest getDataIntegrationRequest)Returns information about the DataIntegration.Methods in software.amazon.awssdk.services.appintegrations that return types with arguments of type GetDataIntegrationResponse Modifier and Type Method Description default CompletableFuture<GetDataIntegrationResponse>AppIntegrationsAsyncClient. getDataIntegration(Consumer<GetDataIntegrationRequest.Builder> getDataIntegrationRequest)Returns information about the DataIntegration.default CompletableFuture<GetDataIntegrationResponse>AppIntegrationsAsyncClient. getDataIntegration(GetDataIntegrationRequest getDataIntegrationRequest)Returns information about the DataIntegration.
-