Uses of Class
software.amazon.awssdk.services.appintegrations.model.GetDataIntegrationRequest
-
Packages that use GetDataIntegrationRequest 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 GetDataIntegrationRequest in software.amazon.awssdk.services.appintegrations
Methods in software.amazon.awssdk.services.appintegrations with parameters of type GetDataIntegrationRequest Modifier and Type Method Description default CompletableFuture<GetDataIntegrationResponse>AppIntegrationsAsyncClient. getDataIntegration(GetDataIntegrationRequest getDataIntegrationRequest)Returns information about the DataIntegration.default GetDataIntegrationResponseAppIntegrationsClient. getDataIntegration(GetDataIntegrationRequest getDataIntegrationRequest)Returns information about the DataIntegration. -
Uses of GetDataIntegrationRequest in software.amazon.awssdk.services.appintegrations.transform
Methods in software.amazon.awssdk.services.appintegrations.transform with parameters of type GetDataIntegrationRequest Modifier and Type Method Description SdkHttpFullRequestGetDataIntegrationRequestMarshaller. marshall(GetDataIntegrationRequest getDataIntegrationRequest)
-