| 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 CompletableFuture<GetDataIntegrationResponse> |
AppIntegrationsAsyncClient.getDataIntegration(Consumer<GetDataIntegrationRequest.Builder> getDataIntegrationRequest)
Returns information about the DataIntegration.
|
default GetDataIntegrationResponse |
AppIntegrationsClient.getDataIntegration(Consumer<GetDataIntegrationRequest.Builder> getDataIntegrationRequest)
Returns information about the DataIntegration.
|
| Modifier and Type | Method and Description |
|---|---|
static GetDataIntegrationRequest.Builder |
GetDataIntegrationRequest.builder() |
GetDataIntegrationRequest.Builder |
GetDataIntegrationRequest.Builder.identifier(String identifier)
A unique identifier.
|
GetDataIntegrationRequest.Builder |
GetDataIntegrationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDataIntegrationRequest.Builder |
GetDataIntegrationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDataIntegrationRequest.Builder |
GetDataIntegrationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDataIntegrationRequest.Builder> |
GetDataIntegrationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.