Uses of Class
software.amazon.awssdk.services.appintegrations.model.DeleteEventIntegrationRequest
-
Packages that use DeleteEventIntegrationRequest 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 DeleteEventIntegrationRequest in software.amazon.awssdk.services.appintegrations
Methods in software.amazon.awssdk.services.appintegrations with parameters of type DeleteEventIntegrationRequest Modifier and Type Method Description default CompletableFuture<DeleteEventIntegrationResponse>AppIntegrationsAsyncClient. deleteEventIntegration(DeleteEventIntegrationRequest deleteEventIntegrationRequest)Deletes the specified existing event integration.default DeleteEventIntegrationResponseAppIntegrationsClient. deleteEventIntegration(DeleteEventIntegrationRequest deleteEventIntegrationRequest)Deletes the specified existing event integration. -
Uses of DeleteEventIntegrationRequest in software.amazon.awssdk.services.appintegrations.transform
Methods in software.amazon.awssdk.services.appintegrations.transform with parameters of type DeleteEventIntegrationRequest Modifier and Type Method Description SdkHttpFullRequestDeleteEventIntegrationRequestMarshaller. marshall(DeleteEventIntegrationRequest deleteEventIntegrationRequest)
-