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 DBSubnetGroupAbstractAmazonRDS. createDBSubnetGroup(CreateDBSubnetGroupRequest request)DBSubnetGroupAmazonRDS. createDBSubnetGroup(CreateDBSubnetGroupRequest createDBSubnetGroupRequest)Creates a new DB subnet group.DBSubnetGroupAmazonRDSClient. createDBSubnetGroup(CreateDBSubnetGroupRequest createDBSubnetGroupRequest)Creates a new DB subnet group.DBSubnetGroupAbstractAmazonRDS. modifyDBSubnetGroup(ModifyDBSubnetGroupRequest request)DBSubnetGroupAmazonRDS. modifyDBSubnetGroup(ModifyDBSubnetGroupRequest modifyDBSubnetGroupRequest)Modifies an existing DB subnet group.DBSubnetGroupAmazonRDSClient. 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 DBSubnetGroupDBSubnetGroup. clone()DBSubnetGroupDBInstance. getDBSubnetGroup()Specifies information on the subnet group associated with the DB instance, including the name, description, and subnets in the subnet group.DBSubnetGroupDBSubnetGroup. withDBSubnetGroupDescription(String dBSubnetGroupDescription)Provides the description of the DB subnet group.DBSubnetGroupDBSubnetGroup. withDBSubnetGroupName(String dBSubnetGroupName)The name of the DB subnet group.DBSubnetGroupDBSubnetGroup. withSubnetGroupStatus(String subnetGroupStatus)Provides the status of the DB subnet group.DBSubnetGroupDBSubnetGroup. withSubnets(Subnet... subnets)Contains a list of Subnet elements.DBSubnetGroupDBSubnetGroup. withSubnets(Collection<Subnet> subnets)Contains a list of Subnet elements.DBSubnetGroupDBSubnetGroup. 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 voidDBInstance. setDBSubnetGroup(DBSubnetGroup dBSubnetGroup)Specifies information on the subnet group associated with the DB instance, including the name, description, and subnets in the subnet group.DBInstanceDBInstance. withDBSubnetGroup(DBSubnetGroup dBSubnetGroup)Specifies information on the subnet group associated with the DB instance, including the name, description, and subnets in the subnet group.DescribeDBSubnetGroupsResultDescribeDBSubnetGroupsResult. 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 voidDescribeDBSubnetGroupsResult. setDBSubnetGroups(Collection<DBSubnetGroup> dBSubnetGroups)A list of DBSubnetGroup instances.DescribeDBSubnetGroupsResultDescribeDBSubnetGroupsResult. withDBSubnetGroups(Collection<DBSubnetGroup> dBSubnetGroups)A list of DBSubnetGroup instances.
-