Uses of Class
com.amazonaws.services.ec2.model.RouteTableAssociation
-
Packages that use RouteTableAssociation Package Description com.amazonaws.services.ec2.model -
-
Uses of RouteTableAssociation in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return RouteTableAssociation Modifier and Type Method Description RouteTableAssociationRouteTableAssociation. clone()RouteTableAssociationRouteTableAssociation. withMain(Boolean main)Indicates whether this is the main route table.RouteTableAssociationRouteTableAssociation. withRouteTableAssociationId(String routeTableAssociationId)The ID of the association between a route table and a subnet.RouteTableAssociationRouteTableAssociation. withRouteTableId(String routeTableId)The ID of the route table.RouteTableAssociationRouteTableAssociation. withSubnetId(String subnetId)The ID of the subnet.Methods in com.amazonaws.services.ec2.model that return types with arguments of type RouteTableAssociation Modifier and Type Method Description List<RouteTableAssociation>RouteTable. getAssociations()The associations between the route table and one or more subnets.Methods in com.amazonaws.services.ec2.model with parameters of type RouteTableAssociation Modifier and Type Method Description RouteTableRouteTable. withAssociations(RouteTableAssociation... associations)The associations between the route table and one or more subnets.Method parameters in com.amazonaws.services.ec2.model with type arguments of type RouteTableAssociation Modifier and Type Method Description voidRouteTable. setAssociations(Collection<RouteTableAssociation> associations)The associations between the route table and one or more subnets.RouteTableRouteTable. withAssociations(Collection<RouteTableAssociation> associations)The associations between the route table and one or more subnets.
-