| Package | Description |
|---|---|
| software.amazon.awssdk.services.appintegrations |
The Amazon AppIntegrations service enables you to configure and reuse connections to external applications.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateEventIntegrationResponse |
AppIntegrationsClient.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 CreateEventIntegrationResponse |
AppIntegrationsClient.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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.