Uses of Class
software.amazon.awssdk.services.databasemigration.model.CreateMigrationProjectResponse
-
Packages that use CreateMigrationProjectResponse Package Description software.amazon.awssdk.services.databasemigration Database Migration Service -
-
Uses of CreateMigrationProjectResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return CreateMigrationProjectResponse Modifier and Type Method Description default CreateMigrationProjectResponseDatabaseMigrationClient. createMigrationProject(Consumer<CreateMigrationProjectRequest.Builder> createMigrationProjectRequest)Creates the migration project using the specified parameters.default CreateMigrationProjectResponseDatabaseMigrationClient. createMigrationProject(CreateMigrationProjectRequest createMigrationProjectRequest)Creates the migration project using the specified parameters.Methods in software.amazon.awssdk.services.databasemigration that return types with arguments of type CreateMigrationProjectResponse Modifier and Type Method Description default CompletableFuture<CreateMigrationProjectResponse>DatabaseMigrationAsyncClient. createMigrationProject(Consumer<CreateMigrationProjectRequest.Builder> createMigrationProjectRequest)Creates the migration project using the specified parameters.default CompletableFuture<CreateMigrationProjectResponse>DatabaseMigrationAsyncClient. createMigrationProject(CreateMigrationProjectRequest createMigrationProjectRequest)Creates the migration project using the specified parameters.
-