Uses of Class
software.amazon.awssdk.services.appintegrations.model.UpdateEventIntegrationRequest
-
Packages that use UpdateEventIntegrationRequest 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 UpdateEventIntegrationRequest in software.amazon.awssdk.services.appintegrations
Methods in software.amazon.awssdk.services.appintegrations with parameters of type UpdateEventIntegrationRequest Modifier and Type Method Description default CompletableFuture<UpdateEventIntegrationResponse>AppIntegrationsAsyncClient. updateEventIntegration(UpdateEventIntegrationRequest updateEventIntegrationRequest)Updates the description of an event integration.default UpdateEventIntegrationResponseAppIntegrationsClient. updateEventIntegration(UpdateEventIntegrationRequest updateEventIntegrationRequest)Updates the description of an event integration. -
Uses of UpdateEventIntegrationRequest in software.amazon.awssdk.services.appintegrations.transform
Methods in software.amazon.awssdk.services.appintegrations.transform with parameters of type UpdateEventIntegrationRequest Modifier and Type Method Description SdkHttpFullRequestUpdateEventIntegrationRequestMarshaller. marshall(UpdateEventIntegrationRequest updateEventIntegrationRequest)
-