Package | Description |
---|---|
com.amazonaws.services.rds.model | |
com.amazonaws.services.rds.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Subnet> |
DBSubnetGroup.subnets
Contains a list of Subnet elements.
|
Modifier and Type | Method and Description |
---|---|
Subnet |
Subnet.clone() |
Subnet |
Subnet.withSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone) |
Subnet |
Subnet.withSubnetIdentifier(java.lang.String subnetIdentifier)
Specifies the identifier of the subnet.
|
Subnet |
Subnet.withSubnetStatus(java.lang.String subnetStatus)
Specifies the status of the subnet.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Subnet> |
DBSubnetGroup.getSubnets()
Contains a list of Subnet elements.
|
Modifier and Type | Method and Description |
---|---|
DBSubnetGroup |
DBSubnetGroup.withSubnets(Subnet... subnets)
Contains a list of Subnet elements.
|
Modifier and Type | Method and Description |
---|---|
void |
DBSubnetGroup.setSubnets(java.util.Collection<Subnet> subnets)
Contains a list of Subnet elements.
|
DBSubnetGroup |
DBSubnetGroup.withSubnets(java.util.Collection<Subnet> subnets)
Contains a list of Subnet elements.
|
Modifier and Type | Method and Description |
---|---|
Subnet |
SubnetStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |