Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<PropagatingVgw> |
RouteTable.propagatingVgws
Any virtual private gateway (VGW) propagating routes.
|
Modifier and Type | Method and Description |
---|---|
PropagatingVgw |
PropagatingVgw.clone() |
PropagatingVgw |
PropagatingVgw.withGatewayId(java.lang.String gatewayId)
The ID of the virtual private gateway (VGW).
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<PropagatingVgw> propagatingVgws)
Any virtual private gateway (VGW) propagating routes.
|
RouteTable |
RouteTable.withPropagatingVgws(java.util.Collection<PropagatingVgw> propagatingVgws)
Any virtual private gateway (VGW) propagating routes.
|
Modifier and Type | Method and Description |
---|---|
PropagatingVgw |
PropagatingVgwStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |