|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Subnet | |
|---|---|
| org.jclouds.rds.domain | |
| org.jclouds.rds.xml | |
| Uses of Subnet in org.jclouds.rds.domain |
|---|
| Fields in org.jclouds.rds.domain with type parameters of type Subnet | |
|---|---|
protected Set<Subnet> |
SubnetGroup.subnets
|
protected com.google.common.collect.ImmutableSet.Builder<Subnet> |
SubnetGroup.Builder.subnets
|
| Methods in org.jclouds.rds.domain that return Subnet | |
|---|---|
Subnet |
Subnet.Builder.build()
|
| Methods in org.jclouds.rds.domain that return types with arguments of type Subnet | |
|---|---|
Set<Subnet> |
SubnetGroup.getSubnets()
Provides the Subnets of the DB Subnet Group. |
| Methods in org.jclouds.rds.domain with parameters of type Subnet | |
|---|---|
Subnet.Builder |
Subnet.Builder.fromSubnet(Subnet in)
|
T |
SubnetGroup.Builder.subnet(Subnet subnet)
|
| Method parameters in org.jclouds.rds.domain with type arguments of type Subnet | |
|---|---|
T |
SubnetGroup.Builder.subnets(Iterable<Subnet> subnets)
|
| Constructor parameters in org.jclouds.rds.domain with type arguments of type Subnet | |
|---|---|
SubnetGroup(String name,
String description,
String status,
Iterable<Subnet> subnets,
com.google.common.base.Optional<String> vpcId)
|
|
| Uses of Subnet in org.jclouds.rds.xml |
|---|
| Methods in org.jclouds.rds.xml that return Subnet | |
|---|---|
Subnet |
SubnetHandler.getResult()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||