Uses of Class
software.amazon.awssdk.services.appintegrations.model.UpdateEventIntegrationResponse
-
Packages that use UpdateEventIntegrationResponse Package Description software.amazon.awssdk.services.appintegrations The Amazon AppIntegrations service enables you to configure and reuse connections to external applications. -
-
Uses of UpdateEventIntegrationResponse in software.amazon.awssdk.services.appintegrations
Methods in software.amazon.awssdk.services.appintegrations that return UpdateEventIntegrationResponse Modifier and Type Method Description default UpdateEventIntegrationResponseAppIntegrationsClient. updateEventIntegration(Consumer<UpdateEventIntegrationRequest.Builder> updateEventIntegrationRequest)Updates the description of an event integration.default UpdateEventIntegrationResponseAppIntegrationsClient. updateEventIntegration(UpdateEventIntegrationRequest updateEventIntegrationRequest)Updates the description of an event integration.Methods in software.amazon.awssdk.services.appintegrations that return types with arguments of type UpdateEventIntegrationResponse Modifier and Type Method Description default CompletableFuture<UpdateEventIntegrationResponse>AppIntegrationsAsyncClient. updateEventIntegration(Consumer<UpdateEventIntegrationRequest.Builder> updateEventIntegrationRequest)Updates the description of an event integration.default CompletableFuture<UpdateEventIntegrationResponse>AppIntegrationsAsyncClient. updateEventIntegration(UpdateEventIntegrationRequest updateEventIntegrationRequest)Updates the description of an event integration.
-