| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateReplicationSubnetGroupResponse |
DatabaseMigrationClient.createReplicationSubnetGroup(Consumer<CreateReplicationSubnetGroupRequest.Builder> createReplicationSubnetGroupRequest)
Creates a replication subnet group given a list of the subnet IDs in a VPC.
|
default CreateReplicationSubnetGroupResponse |
DatabaseMigrationClient.createReplicationSubnetGroup(CreateReplicationSubnetGroupRequest createReplicationSubnetGroupRequest)
Creates a replication subnet group given a list of the subnet IDs in a VPC.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateReplicationSubnetGroupResponse> |
DatabaseMigrationAsyncClient.createReplicationSubnetGroup(Consumer<CreateReplicationSubnetGroupRequest.Builder> createReplicationSubnetGroupRequest)
Creates a replication subnet group given a list of the subnet IDs in a VPC.
|
default CompletableFuture<CreateReplicationSubnetGroupResponse> |
DatabaseMigrationAsyncClient.createReplicationSubnetGroup(CreateReplicationSubnetGroupRequest createReplicationSubnetGroupRequest)
Creates a replication subnet group given a list of the subnet IDs in a VPC.
|
Copyright © 2023. All rights reserved.