Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateRouteResult> |
AbstractAmazonEC2Async.createRouteAsync(CreateRouteRequest request,
AsyncHandler<CreateRouteRequest,CreateRouteResult> asyncHandler) |
Future<CreateRouteResult> |
AmazonEC2AsyncClient.createRouteAsync(CreateRouteRequest request,
AsyncHandler<CreateRouteRequest,CreateRouteResult> asyncHandler) |
Future<CreateRouteResult> |
AmazonEC2Async.createRouteAsync(CreateRouteRequest createRouteRequest,
AsyncHandler<CreateRouteRequest,CreateRouteResult> asyncHandler)
Creates a route in a route table within a VPC.
|
Modifier and Type | Method and Description |
---|---|
CreateRouteRequest |
CreateRouteRequest.clone() |
CreateRouteRequest |
CreateRouteRequest.withCarrierGatewayId(String carrierGatewayId)
The ID of the carrier gateway.
|
CreateRouteRequest |
CreateRouteRequest.withCoreNetworkArn(String coreNetworkArn)
The Amazon Resource Name (ARN) of the core network.
|
CreateRouteRequest |
CreateRouteRequest.withDestinationCidrBlock(String destinationCidrBlock)
The IPv4 CIDR address block used for the destination match.
|
CreateRouteRequest |
CreateRouteRequest.withDestinationIpv6CidrBlock(String destinationIpv6CidrBlock)
The IPv6 CIDR block used for the destination match.
|
CreateRouteRequest |
CreateRouteRequest.withDestinationPrefixListId(String destinationPrefixListId)
The ID of a prefix list used for the destination match.
|
CreateRouteRequest |
CreateRouteRequest.withEgressOnlyInternetGatewayId(String egressOnlyInternetGatewayId)
[IPv6 traffic only] The ID of an egress-only internet gateway.
|
CreateRouteRequest |
CreateRouteRequest.withGatewayId(String gatewayId)
The ID of an internet gateway or virtual private gateway attached to your VPC.
|
CreateRouteRequest |
CreateRouteRequest.withInstanceId(String instanceId)
The ID of a NAT instance in your VPC.
|
CreateRouteRequest |
CreateRouteRequest.withLocalGatewayId(String localGatewayId)
The ID of the local gateway.
|
CreateRouteRequest |
CreateRouteRequest.withNatGatewayId(String natGatewayId)
[IPv4 traffic only] The ID of a NAT gateway.
|
CreateRouteRequest |
CreateRouteRequest.withNetworkInterfaceId(String networkInterfaceId)
The ID of a network interface.
|
CreateRouteRequest |
CreateRouteRequest.withRouteTableId(String routeTableId)
The ID of the route table for the route.
|
CreateRouteRequest |
CreateRouteRequest.withTransitGatewayId(String transitGatewayId)
The ID of a transit gateway.
|
CreateRouteRequest |
CreateRouteRequest.withVpcEndpointId(String vpcEndpointId)
The ID of a VPC endpoint.
|
CreateRouteRequest |
CreateRouteRequest.withVpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of a VPC peering connection.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateRouteRequest> |
CreateRouteRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.