Uses of Class
software.amazon.awssdk.services.databasemigration.model.CreateReplicationSubnetGroupResponse
-
Packages that use CreateReplicationSubnetGroupResponse Package Description software.amazon.awssdk.services.databasemigration Database Migration Service -
-
Uses of CreateReplicationSubnetGroupResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return CreateReplicationSubnetGroupResponse Modifier and Type Method Description default CreateReplicationSubnetGroupResponseDatabaseMigrationClient. createReplicationSubnetGroup(Consumer<CreateReplicationSubnetGroupRequest.Builder> createReplicationSubnetGroupRequest)Creates a replication subnet group given a list of the subnet IDs in a VPC.default CreateReplicationSubnetGroupResponseDatabaseMigrationClient. createReplicationSubnetGroup(CreateReplicationSubnetGroupRequest createReplicationSubnetGroupRequest)Creates a replication subnet group given a list of the subnet IDs in a VPC.Methods in software.amazon.awssdk.services.databasemigration that return types with arguments of type CreateReplicationSubnetGroupResponse Modifier and Type Method 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.
-