Uses of Class
software.amazon.awssdk.services.databasemigration.model.ReplicationSubnetGroup
Packages that use ReplicationSubnetGroup
-
Uses of ReplicationSubnetGroup in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return ReplicationSubnetGroupModifier and TypeMethodDescriptionfinal ReplicationSubnetGroupCreateReplicationSubnetGroupResponse.replicationSubnetGroup()The replication subnet group that was created.final ReplicationSubnetGroupModifyReplicationSubnetGroupResponse.replicationSubnetGroup()The modified replication subnet group.final ReplicationSubnetGroupReplicationInstance.replicationSubnetGroup()The subnet group for the replication instance.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type ReplicationSubnetGroupModifier and TypeMethodDescriptionfinal List<ReplicationSubnetGroup>DescribeReplicationSubnetGroupsResponse.replicationSubnetGroups()A description of the replication subnet groups.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type ReplicationSubnetGroupModifier and TypeMethodDescriptionCreateReplicationSubnetGroupResponse.Builder.replicationSubnetGroup(ReplicationSubnetGroup replicationSubnetGroup) The replication subnet group that was created.ModifyReplicationSubnetGroupResponse.Builder.replicationSubnetGroup(ReplicationSubnetGroup replicationSubnetGroup) The modified replication subnet group.ReplicationInstance.Builder.replicationSubnetGroup(ReplicationSubnetGroup replicationSubnetGroup) The subnet group for the replication instance.DescribeReplicationSubnetGroupsResponse.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 ReplicationSubnetGroupModifier and TypeMethodDescriptionDescribeReplicationSubnetGroupsResponse.Builder.replicationSubnetGroups(Collection<ReplicationSubnetGroup> replicationSubnetGroups) A description of the replication subnet groups.