Uses of Class
software.amazon.awssdk.services.databasemigration.model.ReplicationSubnetGroup
-
Packages that use ReplicationSubnetGroup Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of ReplicationSubnetGroup in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return ReplicationSubnetGroup Modifier and Type Method Description ReplicationSubnetGroupCreateReplicationSubnetGroupResponse. replicationSubnetGroup()The replication subnet group that was created.ReplicationSubnetGroupModifyReplicationSubnetGroupResponse. replicationSubnetGroup()The modified replication subnet group.ReplicationSubnetGroupReplicationInstance. replicationSubnetGroup()The subnet group for the replication instance.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type ReplicationSubnetGroup Modifier and Type Method Description List<ReplicationSubnetGroup>DescribeReplicationSubnetGroupsResponse. replicationSubnetGroups()A description of the replication subnet groups.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type ReplicationSubnetGroup Modifier and Type Method Description CreateReplicationSubnetGroupResponse.BuilderCreateReplicationSubnetGroupResponse.Builder. replicationSubnetGroup(ReplicationSubnetGroup replicationSubnetGroup)The replication subnet group that was created.ModifyReplicationSubnetGroupResponse.BuilderModifyReplicationSubnetGroupResponse.Builder. replicationSubnetGroup(ReplicationSubnetGroup replicationSubnetGroup)The modified replication subnet group.ReplicationInstance.BuilderReplicationInstance.Builder. replicationSubnetGroup(ReplicationSubnetGroup replicationSubnetGroup)The subnet group for the replication instance.DescribeReplicationSubnetGroupsResponse.BuilderDescribeReplicationSubnetGroupsResponse.Builder. replicationSubnetGroups(ReplicationSubnetGroup... replicationSubnetGroups)A description of the replication subnet groups.Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type ReplicationSubnetGroup Modifier and Type Method Description DescribeReplicationSubnetGroupsResponse.BuilderDescribeReplicationSubnetGroupsResponse.Builder. replicationSubnetGroups(Collection<ReplicationSubnetGroup> replicationSubnetGroups)A description of the replication subnet groups.
-