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

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

Introduction

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

The text is from its open source code.

Method

BooleangetMain()

Indicates whether this is the main route table.

StringgetRouteTableAssociationId()

The ID of the association between a route table and a subnet.

StringgetRouteTableId()

The ID of the route table.

StringgetSubnetId()

The ID of the subnet.