Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private RouteTable |
CreateRouteTableResult.routeTable
Information about the route table.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<RouteTable> |
DescribeRouteTablesResult.routeTables
Information about one or more route tables.
|
Modifier and Type | Method and Description |
---|---|
RouteTable |
RouteTable.clone() |
RouteTable |
CreateRouteTableResult.getRouteTable()
Information about the route table.
|
RouteTable |
RouteTable.withAssociations(java.util.Collection<RouteTableAssociation> associations)
The associations between the route table and one or more subnets.
|
RouteTable |
RouteTable.withAssociations(RouteTableAssociation... associations)
The associations between the route table and one or more subnets.
|
RouteTable |
RouteTable.withPropagatingVgws(java.util.Collection<PropagatingVgw> propagatingVgws)
Any virtual private gateway (VGW) propagating routes.
|
RouteTable |
RouteTable.withPropagatingVgws(PropagatingVgw... propagatingVgws)
Any virtual private gateway (VGW) propagating routes.
|
RouteTable |
RouteTable.withRoutes(java.util.Collection<Route> routes)
The routes in the route table.
|
RouteTable |
RouteTable.withRoutes(Route... routes)
The routes in the route table.
|
RouteTable |
RouteTable.withRouteTableId(java.lang.String routeTableId)
The ID of the route table.
|
RouteTable |
RouteTable.withTags(java.util.Collection<Tag> tags)
Any tags assigned to the route table.
|
RouteTable |
RouteTable.withTags(Tag... tags)
Any tags assigned to the route table.
|
RouteTable |
RouteTable.withVpcId(java.lang.String vpcId)
The ID of the VPC.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<RouteTable> |
DescribeRouteTablesResult.getRouteTables()
Information about one or more route tables.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateRouteTableResult.setRouteTable(RouteTable routeTable)
Information about the route table.
|
CreateRouteTableResult |
CreateRouteTableResult.withRouteTable(RouteTable routeTable)
Information about the route table.
|
DescribeRouteTablesResult |
DescribeRouteTablesResult.withRouteTables(RouteTable... routeTables)
Information about one or more route tables.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeRouteTablesResult.setRouteTables(java.util.Collection<RouteTable> routeTables)
Information about one or more route tables.
|
DescribeRouteTablesResult |
DescribeRouteTablesResult.withRouteTables(java.util.Collection<RouteTable> routeTables)
Information about one or more route tables.
|
Modifier and Type | Method and Description |
---|---|
RouteTable |
RouteTableStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |