Uses of Class
software.amazon.awssdk.services.databasemigration.model.MigrationProject
Packages that use MigrationProject
-
Uses of MigrationProject in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return MigrationProjectModifier and TypeMethodDescriptionfinal MigrationProjectCreateMigrationProjectResponse.migrationProject()The migration project that was created.final MigrationProjectDeleteMigrationProjectResponse.migrationProject()The migration project that was deleted.final MigrationProjectModifyMigrationProjectResponse.migrationProject()The migration project that was modified.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type MigrationProjectModifier and TypeMethodDescriptionfinal List<MigrationProject>DescribeMigrationProjectsResponse.migrationProjects()A description of migration projects.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type MigrationProjectModifier and TypeMethodDescriptionCreateMigrationProjectResponse.Builder.migrationProject(MigrationProject migrationProject) The migration project that was created.DeleteMigrationProjectResponse.Builder.migrationProject(MigrationProject migrationProject) The migration project that was deleted.ModifyMigrationProjectResponse.Builder.migrationProject(MigrationProject migrationProject) The migration project that was modified.DescribeMigrationProjectsResponse.Builder.migrationProjects(MigrationProject... migrationProjects) A description of migration projects.Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type MigrationProjectModifier and TypeMethodDescriptionDescribeMigrationProjectsResponse.Builder.migrationProjects(Collection<MigrationProject> migrationProjects) A description of migration projects.