Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
PropagatingVgw |
PropagatingVgw.clone() |
PropagatingVgw |
PropagatingVgw.withGatewayId(String gatewayId)
The ID of the virtual private gateway (VGW).
|
Modifier and Type | Method and Description |
---|---|
List<PropagatingVgw> |
RouteTable.getPropagatingVgws()
Any virtual private gateway (VGW) propagating routes.
|
Modifier and Type | Method and Description |
---|---|
RouteTable |
RouteTable.withPropagatingVgws(PropagatingVgw... propagatingVgws)
Any virtual private gateway (VGW) propagating routes.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.