Java com.amazonaws.services.ec2.model RouteTable fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.ec2.model RouteTable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.ec2.model RouteTable.

The text is from its open source code.

Method

java.util.ListgetAssociations()

The associations between the route table and one or more subnets.

java.util.ListgetPropagatingVgws()

Any virtual private gateway (VGW) propagating routes.

java.util.ListgetRoutes()

The routes in the route table.

StringgetRouteTableId()

The ID of the route table.

java.util.ListgetTags()

Any tags assigned to the route table.

StringgetVpcId()

The ID of the VPC.