| Package | Description |
|---|---|
| org.jclouds.aws.ec2.domain | |
| org.jclouds.aws.ec2.features | |
| org.jclouds.aws.ec2.xml |
| Modifier and Type | Method and Description |
|---|---|
RouteTable |
RouteTable.Builder.build() |
static RouteTable |
RouteTable.create(String id,
String vpcId,
List<Route> routeSet,
List<RouteTableAssociation> associationSet,
Map<String,String> tags) |
| Modifier and Type | Method and Description |
|---|---|
RouteTable |
RouteTableApi.createRouteTable(String region,
String vpcId)
Creates a
RouteTable |
RouteTable |
RouteTableApi.createRouteTable(String region,
String vpcId,
RouteTableOptions options)
Creates a
RouteTable, supplying options. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.FluentIterable<RouteTable> |
RouteTableApi.describeRouteTables(String region,
String... routeTableIds)
Describes route tables.
|
| Modifier and Type | Method and Description |
|---|---|
RouteTable |
RouteTableHandler.getResult() |
RouteTable |
CreateRouteTableResponseHandler.getResult() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.FluentIterable<RouteTable> |
DescribeRouteTablesResponseHandler.getResult() |
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.