Uses of Class
com.amazonaws.services.rds.model.DBSubnetGroup
-
Packages that use DBSubnetGroup Package Description com.amazonaws.services.rds com.amazonaws.services.rds.model -
-
Uses of DBSubnetGroup in com.amazonaws.services.rds
Methods in com.amazonaws.services.rds that return DBSubnetGroup Modifier and Type Method Description DBSubnetGroup
AbstractAmazonRDS. createDBSubnetGroup(CreateDBSubnetGroupRequest request)
DBSubnetGroup
AmazonRDS. createDBSubnetGroup(CreateDBSubnetGroupRequest createDBSubnetGroupRequest)
Creates a new DB subnet group.DBSubnetGroup
AmazonRDSClient. createDBSubnetGroup(CreateDBSubnetGroupRequest createDBSubnetGroupRequest)
Creates a new DB subnet group.DBSubnetGroup
AbstractAmazonRDS. modifyDBSubnetGroup(ModifyDBSubnetGroupRequest request)
DBSubnetGroup
AmazonRDS. modifyDBSubnetGroup(ModifyDBSubnetGroupRequest modifyDBSubnetGroupRequest)
Modifies an existing DB subnet group.DBSubnetGroup
AmazonRDSClient. modifyDBSubnetGroup(ModifyDBSubnetGroupRequest modifyDBSubnetGroupRequest)
Modifies an existing DB subnet group. -
Uses of DBSubnetGroup in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return DBSubnetGroup Modifier and Type Method Description DBSubnetGroup
DBSubnetGroup. clone()
DBSubnetGroup
DBInstance. getDBSubnetGroup()
Specifies information on the subnet group associated with the DB instance, including the name, description, and subnets in the subnet group.DBSubnetGroup
DBSubnetGroup. withDBSubnetGroupDescription(String dBSubnetGroupDescription)
Provides the description of the DB subnet group.DBSubnetGroup
DBSubnetGroup. withDBSubnetGroupName(String dBSubnetGroupName)
The name of the DB subnet group.DBSubnetGroup
DBSubnetGroup. withSubnetGroupStatus(String subnetGroupStatus)
Provides the status of the DB subnet group.DBSubnetGroup
DBSubnetGroup. withSubnets(Subnet... subnets)
Contains a list of Subnet elements.DBSubnetGroup
DBSubnetGroup. withSubnets(Collection<Subnet> subnets)
Contains a list of Subnet elements.DBSubnetGroup
DBSubnetGroup. withVpcId(String vpcId)
Provides the VpcId of the DB subnet group.Methods in com.amazonaws.services.rds.model that return types with arguments of type DBSubnetGroup Modifier and Type Method Description List<DBSubnetGroup>
DescribeDBSubnetGroupsResult. getDBSubnetGroups()
A list of DBSubnetGroup instances.Methods in com.amazonaws.services.rds.model with parameters of type DBSubnetGroup Modifier and Type Method Description void
DBInstance. setDBSubnetGroup(DBSubnetGroup dBSubnetGroup)
Specifies information on the subnet group associated with the DB instance, including the name, description, and subnets in the subnet group.DBInstance
DBInstance. withDBSubnetGroup(DBSubnetGroup dBSubnetGroup)
Specifies information on the subnet group associated with the DB instance, including the name, description, and subnets in the subnet group.DescribeDBSubnetGroupsResult
DescribeDBSubnetGroupsResult. withDBSubnetGroups(DBSubnetGroup... dBSubnetGroups)
A list of DBSubnetGroup instances.Method parameters in com.amazonaws.services.rds.model with type arguments of type DBSubnetGroup Modifier and Type Method Description void
DescribeDBSubnetGroupsResult. setDBSubnetGroups(Collection<DBSubnetGroup> dBSubnetGroups)
A list of DBSubnetGroup instances.DescribeDBSubnetGroupsResult
DescribeDBSubnetGroupsResult. withDBSubnetGroups(Collection<DBSubnetGroup> dBSubnetGroups)
A list of DBSubnetGroup instances.
-