| Package | Description |
|---|---|
| com.amazonaws.services.appintegrations.model |
| Modifier and Type | Method and Description |
|---|---|
DataIntegrationSummary |
DataIntegrationSummary.clone() |
DataIntegrationSummary |
DataIntegrationSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the DataIntegration.
|
DataIntegrationSummary |
DataIntegrationSummary.withName(String name)
The name of the DataIntegration.
|
DataIntegrationSummary |
DataIntegrationSummary.withSourceURI(String sourceURI)
The URI of the data source.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataIntegrationSummary> |
ListDataIntegrationsResult.getDataIntegrations()
The DataIntegrations associated with this account.
|
| Modifier and Type | Method and Description |
|---|---|
ListDataIntegrationsResult |
ListDataIntegrationsResult.withDataIntegrations(DataIntegrationSummary... dataIntegrations)
The DataIntegrations associated with this account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDataIntegrationsResult.setDataIntegrations(Collection<DataIntegrationSummary> dataIntegrations)
The DataIntegrations associated with this account.
|
ListDataIntegrationsResult |
ListDataIntegrationsResult.withDataIntegrations(Collection<DataIntegrationSummary> dataIntegrations)
The DataIntegrations associated with this account.
|
Copyright © 2023. All rights reserved.