Uses of Class
software.amazon.awssdk.services.databasemigration.model.DataProviderDescriptor
-
Packages that use DataProviderDescriptor Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of DataProviderDescriptor in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type DataProviderDescriptor Modifier and Type Method 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.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type DataProviderDescriptor Modifier and Type Method Description MigrationProject.BuilderMigrationProject.Builder. sourceDataProviderDescriptors(DataProviderDescriptor... sourceDataProviderDescriptors)Information about the source data provider, including the name or ARN, and Secrets Manager parameters.MigrationProject.BuilderMigrationProject.Builder. targetDataProviderDescriptors(DataProviderDescriptor... targetDataProviderDescriptors)Information about the target data provider, including the name or ARN, and Secrets Manager parameters.Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type DataProviderDescriptor Modifier and Type Method Description MigrationProject.BuilderMigrationProject.Builder. sourceDataProviderDescriptors(Collection<DataProviderDescriptor> sourceDataProviderDescriptors)Information about the source data provider, including the name or ARN, and Secrets Manager parameters.MigrationProject.BuilderMigrationProject.Builder. targetDataProviderDescriptors(Collection<DataProviderDescriptor> targetDataProviderDescriptors)Information about the target data provider, including the name or ARN, and Secrets Manager parameters.
-