Uses of Class
software.amazon.awssdk.services.appintegrations.model.CreateEventIntegrationResponse
-
Packages that use CreateEventIntegrationResponse Package Description software.amazon.awssdk.services.appintegrations The Amazon AppIntegrations service enables you to configure and reuse connections to external applications. -
-
Uses of CreateEventIntegrationResponse in software.amazon.awssdk.services.appintegrations
Methods in software.amazon.awssdk.services.appintegrations that return CreateEventIntegrationResponse Modifier and Type Method Description default CreateEventIntegrationResponseAppIntegrationsClient. createEventIntegration(Consumer<CreateEventIntegrationRequest.Builder> createEventIntegrationRequest)Creates an EventIntegration, given a specified name, description, and a reference to an Amazon EventBridge bus in your account and a partner event source that pushes events to that bus.default CreateEventIntegrationResponseAppIntegrationsClient. createEventIntegration(CreateEventIntegrationRequest createEventIntegrationRequest)Creates an EventIntegration, given a specified name, description, and a reference to an Amazon EventBridge bus in your account and a partner event source that pushes events to that bus.Methods in software.amazon.awssdk.services.appintegrations that return types with arguments of type CreateEventIntegrationResponse Modifier and Type Method Description default CompletableFuture<CreateEventIntegrationResponse>AppIntegrationsAsyncClient. createEventIntegration(Consumer<CreateEventIntegrationRequest.Builder> createEventIntegrationRequest)Creates an EventIntegration, given a specified name, description, and a reference to an Amazon EventBridge bus in your account and a partner event source that pushes events to that bus.default CompletableFuture<CreateEventIntegrationResponse>AppIntegrationsAsyncClient. createEventIntegration(CreateEventIntegrationRequest createEventIntegrationRequest)Creates an EventIntegration, given a specified name, description, and a reference to an Amazon EventBridge bus in your account and a partner event source that pushes events to that bus.
-