| Package | Description |
|---|---|
| org.jclouds.rds.domain | |
| org.jclouds.rds.xml |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Subnet> |
SubnetGroup.subnets |
protected com.google.common.collect.ImmutableSet.Builder<Subnet> |
SubnetGroup.Builder.subnets |
| Modifier and Type | Method and Description |
|---|---|
Subnet |
Subnet.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Set<Subnet> |
SubnetGroup.getSubnets()
Provides the Subnets of the DB Subnet Group.
|
| Modifier and Type | Method and Description |
|---|---|
Subnet.Builder |
Subnet.Builder.fromSubnet(Subnet in) |
T |
SubnetGroup.Builder.subnet(Subnet subnet) |
| Modifier and Type | Method and Description |
|---|---|
T |
SubnetGroup.Builder.subnets(Iterable<Subnet> subnets) |
| Constructor and Description |
|---|
SubnetGroup(String name,
String description,
String status,
Iterable<Subnet> subnets,
com.google.common.base.Optional<String> vpcId) |
| Modifier and Type | Method and Description |
|---|---|
Subnet |
SubnetHandler.getResult() |
Copyright © 2009-2013 jclouds. All Rights Reserved.