Package | Description |
---|---|
com.amazonaws.services.rds | |
com.amazonaws.services.rds.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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(Collection<Subnet> subnets)
Contains a list of Subnet elements.
|
DBSubnetGroup |
DBSubnetGroup.withSubnets(Subnet... subnets)
Contains a list of Subnet elements.
|
DBSubnetGroup |
DBSubnetGroup.withVpcId(String vpcId)
Provides the VpcId of the DB subnet group.
|
Modifier and Type | Method and Description |
---|---|
List<DBSubnetGroup> |
DescribeDBSubnetGroupsResult.getDBSubnetGroups()
A list of DBSubnetGroup instances.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeDBSubnetGroupsResult.setDBSubnetGroups(Collection<DBSubnetGroup> dBSubnetGroups)
A list of DBSubnetGroup instances.
|
DescribeDBSubnetGroupsResult |
DescribeDBSubnetGroupsResult.withDBSubnetGroups(Collection<DBSubnetGroup> dBSubnetGroups)
A list of DBSubnetGroup instances.
|
Copyright © 2018. All rights reserved.