|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RouteTable | |
---|---|
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of RouteTable in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return RouteTable | |
---|---|
RouteTable |
CreateRouteTableResult.getRouteTable()
Information about the route table. |
RouteTable |
RouteTable.withAssociations(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(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(Collection<Route> routes)
The routes in the route table. |
RouteTable |
RouteTable.withRoutes(Route... routes)
The routes in the route table. |
RouteTable |
RouteTable.withRouteTableId(String routeTableId)
The ID of the route table. |
RouteTable |
RouteTable.withTags(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(String vpcId)
The ID of the VPC. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type RouteTable | |
---|---|
List<RouteTable> |
DescribeRouteTablesResult.getRouteTables()
Information about one or more route tables. |
Methods in com.amazonaws.services.ec2.model with parameters of type RouteTable | |
---|---|
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. |
Method parameters in com.amazonaws.services.ec2.model with type arguments of type RouteTable | |
---|---|
void |
DescribeRouteTablesResult.setRouteTables(Collection<RouteTable> routeTables)
Information about one or more route tables. |
DescribeRouteTablesResult |
DescribeRouteTablesResult.withRouteTables(Collection<RouteTable> routeTables)
Information about one or more route tables. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |