Uses of Class
com.amazonaws.services.ec2.model.PropagatingVgw
-
Packages that use PropagatingVgw Package Description com.amazonaws.services.ec2.model -
-
Uses of PropagatingVgw in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return PropagatingVgw Modifier and Type Method Description PropagatingVgwPropagatingVgw. clone()PropagatingVgwPropagatingVgw. 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 PropagatingVgw Modifier and Type Method Description List<PropagatingVgw>RouteTable. getPropagatingVgws()Any virtual private gateway (VGW) propagating routes.Methods in com.amazonaws.services.ec2.model with parameters of type PropagatingVgw Modifier and Type Method Description RouteTableRouteTable. withPropagatingVgws(PropagatingVgw... propagatingVgws)Any virtual private gateway (VGW) propagating routes.Method parameters in com.amazonaws.services.ec2.model with type arguments of type PropagatingVgw Modifier and Type Method Description voidRouteTable. setPropagatingVgws(Collection<PropagatingVgw> propagatingVgws)Any virtual private gateway (VGW) propagating routes.RouteTableRouteTable. withPropagatingVgws(Collection<PropagatingVgw> propagatingVgws)Any virtual private gateway (VGW) propagating routes.
-