| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
List<DataProviderDescriptor> |
MigrationProject.sourceDataProviderDescriptors()
Information about the source data provider, including the name or ARN, and Secrets Manager parameters.
|
List<DataProviderDescriptor> |
MigrationProject.targetDataProviderDescriptors()
Information about the target data provider, including the name or ARN, and Secrets Manager parameters.
|
| Modifier and Type | Method and Description |
|---|---|
MigrationProject.Builder |
MigrationProject.Builder.sourceDataProviderDescriptors(DataProviderDescriptor... sourceDataProviderDescriptors)
Information about the source data provider, including the name or ARN, and Secrets Manager parameters.
|
MigrationProject.Builder |
MigrationProject.Builder.targetDataProviderDescriptors(DataProviderDescriptor... targetDataProviderDescriptors)
Information about the target data provider, including the name or ARN, and Secrets Manager parameters.
|
| Modifier and Type | Method and Description |
|---|---|
MigrationProject.Builder |
MigrationProject.Builder.sourceDataProviderDescriptors(Collection<DataProviderDescriptor> sourceDataProviderDescriptors)
Information about the source data provider, including the name or ARN, and Secrets Manager parameters.
|
MigrationProject.Builder |
MigrationProject.Builder.targetDataProviderDescriptors(Collection<DataProviderDescriptor> targetDataProviderDescriptors)
Information about the target data provider, including the name or ARN, and Secrets Manager parameters.
|
Copyright © 2023. All rights reserved.