| Package | Description |
|---|---|
| org.mule.extension.rds.api.model |
| Modifier and Type | Method and Description |
|---|---|
DBSubnetGroup |
DBInstance.getDbSubnetGroup() |
DBSubnetGroup |
DBSubnetGroup.withDBSubnetGroupArn(String dBSubnetGroupArn)
The Amazon Resource Name (ARN) for the DB 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 |
|---|---|
void |
DBInstance.setDbSubnetGroup(DBSubnetGroup dbSubnetGroup) |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.