Uses of Class
software.amazon.awssdk.services.appintegrations.model.DeleteDataIntegrationResponse
-
Packages that use DeleteDataIntegrationResponse Package Description software.amazon.awssdk.services.appintegrations The Amazon AppIntegrations service enables you to configure and reuse connections to external applications. -
-
Uses of DeleteDataIntegrationResponse in software.amazon.awssdk.services.appintegrations
Methods in software.amazon.awssdk.services.appintegrations that return DeleteDataIntegrationResponse Modifier and Type Method Description default DeleteDataIntegrationResponseAppIntegrationsClient. deleteDataIntegration(Consumer<DeleteDataIntegrationRequest.Builder> deleteDataIntegrationRequest)Deletes the DataIntegration.default DeleteDataIntegrationResponseAppIntegrationsClient. deleteDataIntegration(DeleteDataIntegrationRequest deleteDataIntegrationRequest)Deletes the DataIntegration.Methods in software.amazon.awssdk.services.appintegrations that return types with arguments of type DeleteDataIntegrationResponse Modifier and Type Method Description default CompletableFuture<DeleteDataIntegrationResponse>AppIntegrationsAsyncClient. deleteDataIntegration(Consumer<DeleteDataIntegrationRequest.Builder> deleteDataIntegrationRequest)Deletes the DataIntegration.default CompletableFuture<DeleteDataIntegrationResponse>AppIntegrationsAsyncClient. deleteDataIntegration(DeleteDataIntegrationRequest deleteDataIntegrationRequest)Deletes the DataIntegration.
-