| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default GetEventIntegrationResponse |
AppIntegrationsClient.getEventIntegration(Consumer<GetEventIntegrationRequest.Builder> getEventIntegrationRequest)
Returns information about the event integration.
|
default CompletableFuture<GetEventIntegrationResponse> |
AppIntegrationsAsyncClient.getEventIntegration(Consumer<GetEventIntegrationRequest.Builder> getEventIntegrationRequest)
Returns information about the event integration.
|
| Modifier and Type | Method and Description |
|---|---|
static GetEventIntegrationRequest.Builder |
GetEventIntegrationRequest.builder() |
GetEventIntegrationRequest.Builder |
GetEventIntegrationRequest.Builder.name(String name)
The name of the event integration.
|
GetEventIntegrationRequest.Builder |
GetEventIntegrationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetEventIntegrationRequest.Builder |
GetEventIntegrationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetEventIntegrationRequest.Builder |
GetEventIntegrationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetEventIntegrationRequest.Builder> |
GetEventIntegrationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.