Uses of Class
software.amazon.awssdk.services.appintegrations.model.DeleteEventIntegrationResponse
-
Packages that use DeleteEventIntegrationResponse Package Description software.amazon.awssdk.services.appintegrations The Amazon AppIntegrations service enables you to configure and reuse connections to external applications. -
-
Uses of DeleteEventIntegrationResponse in software.amazon.awssdk.services.appintegrations
Methods in software.amazon.awssdk.services.appintegrations that return DeleteEventIntegrationResponse Modifier and Type Method Description default DeleteEventIntegrationResponseAppIntegrationsClient. deleteEventIntegration(Consumer<DeleteEventIntegrationRequest.Builder> deleteEventIntegrationRequest)Deletes the specified existing event integration.default DeleteEventIntegrationResponseAppIntegrationsClient. deleteEventIntegration(DeleteEventIntegrationRequest deleteEventIntegrationRequest)Deletes the specified existing event integration.Methods in software.amazon.awssdk.services.appintegrations that return types with arguments of type DeleteEventIntegrationResponse Modifier and Type Method Description default CompletableFuture<DeleteEventIntegrationResponse>AppIntegrationsAsyncClient. deleteEventIntegration(Consumer<DeleteEventIntegrationRequest.Builder> deleteEventIntegrationRequest)Deletes the specified existing event integration.default CompletableFuture<DeleteEventIntegrationResponse>AppIntegrationsAsyncClient. deleteEventIntegration(DeleteEventIntegrationRequest deleteEventIntegrationRequest)Deletes the specified existing event integration.
-