Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Route> |
RouteTable.routes
The routes in the route table.
|
Modifier and Type | Method and Description |
---|---|
Route |
Route.clone() |
Route |
Route.withDestinationCidrBlock(java.lang.String destinationCidrBlock)
The CIDR block used for the destination match.
|
Route |
Route.withDestinationPrefixListId(java.lang.String destinationPrefixListId)
The prefix of the AWS service.
|
Route |
Route.withGatewayId(java.lang.String gatewayId)
The ID of a gateway attached to your VPC.
|
Route |
Route.withInstanceId(java.lang.String instanceId)
The ID of a NAT instance in your VPC.
|
Route |
Route.withInstanceOwnerId(java.lang.String instanceOwnerId)
The AWS account ID of the owner of the instance.
|
Route |
Route.withNatGatewayId(java.lang.String natGatewayId)
The ID of a NAT gateway.
|
Route |
Route.withNetworkInterfaceId(java.lang.String networkInterfaceId)
The ID of the network interface.
|
Route |
Route.withOrigin(RouteOrigin origin)
Describes how the route was created.
|
Route |
Route.withOrigin(java.lang.String origin)
Describes how the route was created.
|
Route |
Route.withState(RouteState state)
The state of the route.
|
Route |
Route.withState(java.lang.String state)
The state of the route.
|
Route |
Route.withVpcPeeringConnectionId(java.lang.String vpcPeeringConnectionId)
The ID of the VPC peering connection.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Route> routes)
The routes in the route table.
|
RouteTable |
RouteTable.withRoutes(java.util.Collection<Route> routes)
The routes in the route table.
|
Modifier and Type | Method and Description |
---|---|
Route |
RouteStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |