Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<RouteTableAssociation> |
RouteTable.associations
The associations between the route table and one or more subnets.
|
Modifier and Type | Method and Description |
---|---|
RouteTableAssociation |
RouteTableAssociation.clone() |
RouteTableAssociation |
RouteTableAssociation.withMain(java.lang.Boolean main)
Indicates whether this is the main route table.
|
RouteTableAssociation |
RouteTableAssociation.withRouteTableAssociationId(java.lang.String routeTableAssociationId)
The ID of the association between a route table and a subnet.
|
RouteTableAssociation |
RouteTableAssociation.withRouteTableId(java.lang.String routeTableId)
The ID of the route table.
|
RouteTableAssociation |
RouteTableAssociation.withSubnetId(java.lang.String subnetId)
The ID of the subnet.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<RouteTableAssociation> |
RouteTable.getAssociations()
The associations between the route table and one or more subnets.
|
Modifier and Type | Method and Description |
---|---|
RouteTable |
RouteTable.withAssociations(RouteTableAssociation... associations)
The associations between the route table and one or more subnets.
|
Modifier and Type | Method and Description |
---|---|
void |
RouteTable.setAssociations(java.util.Collection<RouteTableAssociation> associations)
The associations between the route table and one or more subnets.
|
RouteTable |
RouteTable.withAssociations(java.util.Collection<RouteTableAssociation> associations)
The associations between the route table and one or more subnets.
|
Modifier and Type | Method and Description |
---|---|
RouteTableAssociation |
RouteTableAssociationStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |