| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteMigrationProjectResponse |
DatabaseMigrationClient.deleteMigrationProject(Consumer<DeleteMigrationProjectRequest.Builder> deleteMigrationProjectRequest)
Deletes the specified migration project.
|
default DeleteMigrationProjectResponse |
DatabaseMigrationClient.deleteMigrationProject(DeleteMigrationProjectRequest deleteMigrationProjectRequest)
Deletes the specified migration project.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteMigrationProjectResponse> |
DatabaseMigrationAsyncClient.deleteMigrationProject(Consumer<DeleteMigrationProjectRequest.Builder> deleteMigrationProjectRequest)
Deletes the specified migration project.
|
default CompletableFuture<DeleteMigrationProjectResponse> |
DatabaseMigrationAsyncClient.deleteMigrationProject(DeleteMigrationProjectRequest deleteMigrationProjectRequest)
Deletes the specified migration project.
|
Copyright © 2023. All rights reserved.