Uses of Class
com.amazonaws.services.databasemigrationservice.model.ReplicationSubnetGroup
Packages that use ReplicationSubnetGroup
-
Uses of ReplicationSubnetGroup in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return ReplicationSubnetGroupModifier and TypeMethodDescriptionReplicationSubnetGroup.clone()
CreateReplicationSubnetGroupResult.getReplicationSubnetGroup()
The replication subnet group that was created.ModifyReplicationSubnetGroupResult.getReplicationSubnetGroup()
The modified replication subnet group.ReplicationInstance.getReplicationSubnetGroup()
The subnet group for the replication instance.ReplicationSubnetGroup.withReplicationSubnetGroupDescription
(String replicationSubnetGroupDescription) The description of the replication subnet group.ReplicationSubnetGroup.withReplicationSubnetGroupIdentifier
(String replicationSubnetGroupIdentifier) The identifier of the replication instance subnet group.ReplicationSubnetGroup.withSubnetGroupStatus
(String subnetGroupStatus) The status of the subnet group.ReplicationSubnetGroup.withSubnets
(Subnet... subnets) The subnets that are in the subnet group.ReplicationSubnetGroup.withSubnets
(Collection<Subnet> subnets) The subnets that are in the subnet group.The ID of the VPC.Methods in com.amazonaws.services.databasemigrationservice.model that return types with arguments of type ReplicationSubnetGroupModifier and TypeMethodDescriptionDescribeReplicationSubnetGroupsResult.getReplicationSubnetGroups()
A description of the replication subnet groups.Methods in com.amazonaws.services.databasemigrationservice.model with parameters of type ReplicationSubnetGroupModifier and TypeMethodDescriptionvoid
CreateReplicationSubnetGroupResult.setReplicationSubnetGroup
(ReplicationSubnetGroup replicationSubnetGroup) The replication subnet group that was created.void
ModifyReplicationSubnetGroupResult.setReplicationSubnetGroup
(ReplicationSubnetGroup replicationSubnetGroup) The modified replication subnet group.void
ReplicationInstance.setReplicationSubnetGroup
(ReplicationSubnetGroup replicationSubnetGroup) The subnet group for the replication instance.CreateReplicationSubnetGroupResult.withReplicationSubnetGroup
(ReplicationSubnetGroup replicationSubnetGroup) The replication subnet group that was created.ModifyReplicationSubnetGroupResult.withReplicationSubnetGroup
(ReplicationSubnetGroup replicationSubnetGroup) The modified replication subnet group.ReplicationInstance.withReplicationSubnetGroup
(ReplicationSubnetGroup replicationSubnetGroup) The subnet group for the replication instance.DescribeReplicationSubnetGroupsResult.withReplicationSubnetGroups
(ReplicationSubnetGroup... replicationSubnetGroups) A description of the replication subnet groups.Method parameters in com.amazonaws.services.databasemigrationservice.model with type arguments of type ReplicationSubnetGroupModifier and TypeMethodDescriptionvoid
DescribeReplicationSubnetGroupsResult.setReplicationSubnetGroups
(Collection<ReplicationSubnetGroup> replicationSubnetGroups) A description of the replication subnet groups.DescribeReplicationSubnetGroupsResult.withReplicationSubnetGroups
(Collection<ReplicationSubnetGroup> replicationSubnetGroups) A description of the replication subnet groups.