| Package | Description |
|---|---|
| com.amazonaws.services.appintegrations |
The Amazon AppIntegrations service enables you to configure and reuse connections to external applications.
|
| com.amazonaws.services.appintegrations.model |
| Modifier and Type | Method and Description |
|---|---|
GetDataIntegrationResult |
AbstractAmazonAppIntegrations.getDataIntegration(GetDataIntegrationRequest request) |
GetDataIntegrationResult |
AmazonAppIntegrations.getDataIntegration(GetDataIntegrationRequest getDataIntegrationRequest)
Returns information about the DataIntegration.
|
GetDataIntegrationResult |
AmazonAppIntegrationsClient.getDataIntegration(GetDataIntegrationRequest request)
Returns information about the DataIntegration.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDataIntegrationResult> |
AbstractAmazonAppIntegrationsAsync.getDataIntegrationAsync(GetDataIntegrationRequest request,
AsyncHandler<GetDataIntegrationRequest,GetDataIntegrationResult> asyncHandler) |
Future<GetDataIntegrationResult> |
AmazonAppIntegrationsAsync.getDataIntegrationAsync(GetDataIntegrationRequest getDataIntegrationRequest,
AsyncHandler<GetDataIntegrationRequest,GetDataIntegrationResult> asyncHandler)
Returns information about the DataIntegration.
|
Future<GetDataIntegrationResult> |
AmazonAppIntegrationsAsyncClient.getDataIntegrationAsync(GetDataIntegrationRequest request,
AsyncHandler<GetDataIntegrationRequest,GetDataIntegrationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetDataIntegrationResult |
GetDataIntegrationResult.addObjectConfigurationEntry(String key,
Map<String,List<String>> value)
Add a single ObjectConfiguration entry
|
GetDataIntegrationResult |
GetDataIntegrationResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetDataIntegrationResult |
GetDataIntegrationResult.clearObjectConfigurationEntries()
Removes all the entries added into ObjectConfiguration.
|
GetDataIntegrationResult |
GetDataIntegrationResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetDataIntegrationResult |
GetDataIntegrationResult.clone() |
GetDataIntegrationResult |
GetDataIntegrationResult.withArn(String arn)
The Amazon Resource Name (ARN) for the DataIntegration.
|
GetDataIntegrationResult |
GetDataIntegrationResult.withDescription(String description)
The KMS key for the DataIntegration.
|
GetDataIntegrationResult |
GetDataIntegrationResult.withFileConfiguration(FileConfiguration fileConfiguration)
The configuration for what files should be pulled from the source.
|
GetDataIntegrationResult |
GetDataIntegrationResult.withId(String id)
A unique identifier.
|
GetDataIntegrationResult |
GetDataIntegrationResult.withKmsKey(String kmsKey)
The KMS key for the DataIntegration.
|
GetDataIntegrationResult |
GetDataIntegrationResult.withName(String name)
The name of the DataIntegration.
|
GetDataIntegrationResult |
GetDataIntegrationResult.withObjectConfiguration(Map<String,Map<String,List<String>>> objectConfiguration)
The configuration for what data should be pulled from the source.
|
GetDataIntegrationResult |
GetDataIntegrationResult.withScheduleConfiguration(ScheduleConfiguration scheduleConfiguration)
The name of the data and how often it should be pulled from the source.
|
GetDataIntegrationResult |
GetDataIntegrationResult.withSourceURI(String sourceURI)
The URI of the data source.
|
GetDataIntegrationResult |
GetDataIntegrationResult.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
Copyright © 2023. All rights reserved.