Uses of Class
software.amazon.awssdk.services.appintegrations.model.CreateEventIntegrationRequest
-
Packages that use CreateEventIntegrationRequest 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 CreateEventIntegrationRequest in software.amazon.awssdk.services.appintegrations
Methods in software.amazon.awssdk.services.appintegrations with parameters of type CreateEventIntegrationRequest Modifier and Type Method Description 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.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. -
Uses of CreateEventIntegrationRequest in software.amazon.awssdk.services.appintegrations.transform
Methods in software.amazon.awssdk.services.appintegrations.transform with parameters of type CreateEventIntegrationRequest Modifier and Type Method Description SdkHttpFullRequestCreateEventIntegrationRequestMarshaller. marshall(CreateEventIntegrationRequest createEventIntegrationRequest)
-