Uses of Class
software.amazon.awssdk.services.ec2.model.RouteTableAssociation
-
Packages that use RouteTableAssociation Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of RouteTableAssociation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type RouteTableAssociation Modifier and Type Method Description List<RouteTableAssociation>RouteTable. associations()The associations between the route table and your subnets or gateways.Methods in software.amazon.awssdk.services.ec2.model with parameters of type RouteTableAssociation Modifier and Type Method Description RouteTable.BuilderRouteTable.Builder. associations(RouteTableAssociation... associations)The associations between the route table and your subnets or gateways.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type RouteTableAssociation Modifier and Type Method Description RouteTable.BuilderRouteTable.Builder. associations(Collection<RouteTableAssociation> associations)The associations between the route table and your subnets or gateways.
-