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.deleteRoute(DeleteRouteRequest deleteRouteRequest)
Deletes the specified route from the specified route table.
|
void |
AmazonEC2Client.deleteRoute(DeleteRouteRequest deleteRouteRequest)
Deletes the specified route from the specified route table.
|
Future<Void> |
AmazonEC2AsyncClient.deleteRouteAsync(DeleteRouteRequest deleteRouteRequest)
Deletes the specified route from the specified route table.
|
Future<Void> |
AmazonEC2Async.deleteRouteAsync(DeleteRouteRequest deleteRouteRequest)
Deletes the specified route from the specified route table.
|
Future<Void> |
AmazonEC2AsyncClient.deleteRouteAsync(DeleteRouteRequest deleteRouteRequest,
AsyncHandler<DeleteRouteRequest,Void> asyncHandler)
Deletes the specified route from the specified route table.
|
Future<Void> |
AmazonEC2Async.deleteRouteAsync(DeleteRouteRequest deleteRouteRequest,
AsyncHandler<DeleteRouteRequest,Void> asyncHandler)
Deletes the specified route from the specified route table.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonEC2AsyncClient.deleteRouteAsync(DeleteRouteRequest deleteRouteRequest,
AsyncHandler<DeleteRouteRequest,Void> asyncHandler)
Deletes the specified route from the specified route table.
|
Future<Void> |
AmazonEC2Async.deleteRouteAsync(DeleteRouteRequest deleteRouteRequest,
AsyncHandler<DeleteRouteRequest,Void> asyncHandler)
Deletes the specified route from the specified route table.
|
Modifier and Type | Method and Description |
---|---|
DeleteRouteRequest |
DeleteRouteRequest.withDestinationCidrBlock(String destinationCidrBlock)
The CIDR range for the route.
|
DeleteRouteRequest |
DeleteRouteRequest.withRouteTableId(String routeTableId)
The ID of the route table.
|
Modifier and Type | Method and Description |
---|---|
Request<DeleteRouteRequest> |
DeleteRouteRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2014. All rights reserved.