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 PropagatingVgw
PropagatingVgw. clone()
PropagatingVgw
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 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 RouteTable
RouteTable. 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 void
RouteTable. setPropagatingVgws(Collection<PropagatingVgw> propagatingVgws)
Any virtual private gateway (VGW) propagating routes.RouteTable
RouteTable. withPropagatingVgws(Collection<PropagatingVgw> propagatingVgws)
Any virtual private gateway (VGW) propagating routes.
-