Uses of Class
software.amazon.awssdk.services.ec2.model.RouteTableAssociation
Packages that use RouteTableAssociation
-
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 RouteTableAssociationModifier and TypeMethodDescriptionfinal 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 RouteTableAssociationModifier and TypeMethodDescriptionRouteTable.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 RouteTableAssociationModifier and TypeMethodDescriptionRouteTable.Builder.associations(Collection<RouteTableAssociation> associations) The associations between the route table and your subnets or gateways.