Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
com.amazonaws.services.ec2.model.transform |
Marhsalling for the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
Route |
Route.withDestinationCidrBlock(String destinationCidrBlock)
The CIDR block used for the destination match.
|
Route |
Route.withGatewayId(String gatewayId)
The ID of a gateway attached to your VPC.
|
Route |
Route.withInstanceId(String instanceId)
The ID of a NAT instance in your VPC.
|
Route |
Route.withInstanceOwnerId(String instanceOwnerId)
The AWS account ID of the owner of the instance.
|
Route |
Route.withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
Route |
Route.withOrigin(RouteOrigin origin)
Sets the value of the Origin property for this object.
|
Route |
Route.withOrigin(String origin)
Sets the value of the Origin property for this object.
|
Route |
Route.withState(RouteState state)
The state of the route.
|
Route |
Route.withState(String state)
The state of the route.
|
Modifier and Type | Method and Description |
---|---|
List<Route> |
RouteTable.getRoutes()
The routes in the route table.
|
Modifier and Type | Method and Description |
---|---|
RouteTable |
RouteTable.withRoutes(Route... routes)
The routes in the route table.
|
Modifier and Type | Method and Description |
---|---|
void |
RouteTable.setRoutes(Collection<Route> routes)
The routes in the route table.
|
RouteTable |
RouteTable.withRoutes(Collection<Route> routes)
The routes in the route table.
|
Modifier and Type | Method and Description |
---|---|
Route |
RouteStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2016. All rights reserved.