Uses of Class
com.amazonaws.services.ec2.model.Route
Packages that use Route
-
Uses of Route in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return RouteModifier and TypeMethodDescriptionRoute.clone()
Route.withDestinationCidrBlock
(String destinationCidrBlock) The CIDR block used for the destination match.Route.withDestinationPrefixListId
(String destinationPrefixListId) The prefix of the AWS service.Route.withGatewayId
(String gatewayId) The ID of a gateway attached to your VPC.Route.withInstanceId
(String instanceId) The ID of a NAT instance in your VPC.Route.withInstanceOwnerId
(String instanceOwnerId) The AWS account ID of the owner of the instance.Route.withNatGatewayId
(String natGatewayId) The ID of a NAT gateway.Route.withNetworkInterfaceId
(String networkInterfaceId) The ID of the network interface.Route.withOrigin
(RouteOrigin origin) Describes how the route was created.Route.withOrigin
(String origin) Describes how the route was created.Route.withState
(RouteState state) The state of the route.The state of the route.Route.withVpcPeeringConnectionId
(String vpcPeeringConnectionId) The ID of the VPC peering connection.Methods in com.amazonaws.services.ec2.model that return types with arguments of type RouteMethods in com.amazonaws.services.ec2.model with parameters of type RouteModifier and TypeMethodDescriptionRouteTable.withRoutes
(Route... routes) The routes in the route table.Method parameters in com.amazonaws.services.ec2.model with type arguments of type RouteModifier and TypeMethodDescriptionvoid
RouteTable.setRoutes
(Collection<Route> routes) The routes in the route table.RouteTable.withRoutes
(Collection<Route> routes) The routes in the route table.