| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
DataProviderDescriptor |
DataProviderDescriptor.clone() |
DataProviderDescriptor |
DataProviderDescriptor.withDataProviderArn(String dataProviderArn)
The Amazon Resource Name (ARN) of the data provider.
|
DataProviderDescriptor |
DataProviderDescriptor.withDataProviderName(String dataProviderName)
The user-friendly name of the data provider.
|
DataProviderDescriptor |
DataProviderDescriptor.withSecretsManagerAccessRoleArn(String secretsManagerAccessRoleArn)
The ARN of the role used to access Amazon Web Services Secrets Manager.
|
DataProviderDescriptor |
DataProviderDescriptor.withSecretsManagerSecretId(String secretsManagerSecretId)
The identifier of the Amazon Web Services Secrets Manager Secret used to store access credentials for the data
provider.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataProviderDescriptor> |
MigrationProject.getSourceDataProviderDescriptors()
Information about the source data provider, including the name or ARN, and Secrets Manager parameters.
|
List<DataProviderDescriptor> |
MigrationProject.getTargetDataProviderDescriptors()
Information about the target data provider, including the name or ARN, and Secrets Manager parameters.
|
| Modifier and Type | Method and Description |
|---|---|
MigrationProject |
MigrationProject.withSourceDataProviderDescriptors(DataProviderDescriptor... sourceDataProviderDescriptors)
Information about the source data provider, including the name or ARN, and Secrets Manager parameters.
|
MigrationProject |
MigrationProject.withTargetDataProviderDescriptors(DataProviderDescriptor... targetDataProviderDescriptors)
Information about the target data provider, including the name or ARN, and Secrets Manager parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MigrationProject.setSourceDataProviderDescriptors(Collection<DataProviderDescriptor> sourceDataProviderDescriptors)
Information about the source data provider, including the name or ARN, and Secrets Manager parameters.
|
void |
MigrationProject.setTargetDataProviderDescriptors(Collection<DataProviderDescriptor> targetDataProviderDescriptors)
Information about the target data provider, including the name or ARN, and Secrets Manager parameters.
|
MigrationProject |
MigrationProject.withSourceDataProviderDescriptors(Collection<DataProviderDescriptor> sourceDataProviderDescriptors)
Information about the source data provider, including the name or ARN, and Secrets Manager parameters.
|
MigrationProject |
MigrationProject.withTargetDataProviderDescriptors(Collection<DataProviderDescriptor> targetDataProviderDescriptors)
Information about the target data provider, including the name or ARN, and Secrets Manager parameters.
|
Copyright © 2024. All rights reserved.