Package | Description |
---|---|
com.amazonaws.services.ec2 |
Synchronous and asynchronous client classes for accessing AmazonEC2.
|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonEC2.replaceRoute(ReplaceRouteRequest replaceRouteRequest)
Replaces an existing route within a route table in a VPC.
|
void |
AmazonEC2Client.replaceRoute(ReplaceRouteRequest replaceRouteRequest)
Replaces an existing route within a route table in a VPC.
|
Future<Void> |
AmazonEC2AsyncClient.replaceRouteAsync(ReplaceRouteRequest replaceRouteRequest)
Replaces an existing route within a route table in a VPC.
|
Future<Void> |
AmazonEC2Async.replaceRouteAsync(ReplaceRouteRequest replaceRouteRequest)
Replaces an existing route within a route table in a VPC.
|
Future<Void> |
AmazonEC2AsyncClient.replaceRouteAsync(ReplaceRouteRequest replaceRouteRequest,
AsyncHandler<ReplaceRouteRequest,Void> asyncHandler)
Replaces an existing route within a route table in a VPC.
|
Future<Void> |
AmazonEC2Async.replaceRouteAsync(ReplaceRouteRequest replaceRouteRequest,
AsyncHandler<ReplaceRouteRequest,Void> asyncHandler)
Replaces an existing route within a route table in a VPC.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonEC2AsyncClient.replaceRouteAsync(ReplaceRouteRequest replaceRouteRequest,
AsyncHandler<ReplaceRouteRequest,Void> asyncHandler)
Replaces an existing route within a route table in a VPC.
|
Future<Void> |
AmazonEC2Async.replaceRouteAsync(ReplaceRouteRequest replaceRouteRequest,
AsyncHandler<ReplaceRouteRequest,Void> asyncHandler)
Replaces an existing route within a route table in a VPC.
|
Modifier and Type | Method and Description |
---|---|
ReplaceRouteRequest |
ReplaceRouteRequest.withDestinationCidrBlock(String destinationCidrBlock)
The CIDR address block used for the destination match.
|
ReplaceRouteRequest |
ReplaceRouteRequest.withGatewayId(String gatewayId)
The ID of an Internet gateway attached to your VPC.
|
ReplaceRouteRequest |
ReplaceRouteRequest.withInstanceId(String instanceId)
The ID of a NAT instance in your VPC.
|
ReplaceRouteRequest |
ReplaceRouteRequest.withNetworkInterfaceId(String networkInterfaceId)
The ID of a network interface.
|
ReplaceRouteRequest |
ReplaceRouteRequest.withRouteTableId(String routeTableId)
The ID of the route table.
|
ReplaceRouteRequest |
ReplaceRouteRequest.withVpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of a VPC peering connection.
|
Modifier and Type | Method and Description |
---|---|
Request<ReplaceRouteRequest> |
ReplaceRouteRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2014. All rights reserved.