Uses of Class
software.amazon.awssdk.services.ec2.model.PropagatingVgw
Packages that use PropagatingVgw
-
Uses of PropagatingVgw in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PropagatingVgwModifier and TypeMethodDescriptionfinal List<PropagatingVgw>RouteTable.propagatingVgws()Any virtual private gateway (VGW) propagating routes.Methods in software.amazon.awssdk.services.ec2.model with parameters of type PropagatingVgwModifier and TypeMethodDescriptionRouteTable.Builder.propagatingVgws(PropagatingVgw... propagatingVgws) Any virtual private gateway (VGW) propagating routes.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PropagatingVgwModifier and TypeMethodDescriptionRouteTable.Builder.propagatingVgws(Collection<PropagatingVgw> propagatingVgws) Any virtual private gateway (VGW) propagating routes.