Uses of Class
com.amazonaws.services.ec2.model.PropagatingVgw
Packages that use PropagatingVgw
-
Uses of PropagatingVgw in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return PropagatingVgwModifier and TypeMethodDescriptionPropagatingVgw.clone()PropagatingVgw.withGatewayId(String gatewayId) The ID of the virtual private gateway (VGW).Methods in com.amazonaws.services.ec2.model that return types with arguments of type PropagatingVgwModifier and TypeMethodDescriptionRouteTable.getPropagatingVgws()Any virtual private gateway (VGW) propagating routes.Methods in com.amazonaws.services.ec2.model with parameters of type PropagatingVgwModifier and TypeMethodDescriptionRouteTable.withPropagatingVgws(PropagatingVgw... propagatingVgws) Any virtual private gateway (VGW) propagating routes.Method parameters in com.amazonaws.services.ec2.model with type arguments of type PropagatingVgwModifier and TypeMethodDescriptionvoidRouteTable.setPropagatingVgws(Collection<PropagatingVgw> propagatingVgws) Any virtual private gateway (VGW) propagating routes.RouteTable.withPropagatingVgws(Collection<PropagatingVgw> propagatingVgws) Any virtual private gateway (VGW) propagating routes.