|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeleteRouteRequest | |
---|---|
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. |
Uses of DeleteRouteRequest in com.amazonaws.services.ec2 |
---|
Methods in com.amazonaws.services.ec2 with parameters of type DeleteRouteRequest | |
---|---|
void |
AmazonEC2Client.deleteRoute(DeleteRouteRequest deleteRouteRequest)
Deletes the specified route from the specified route table. |
void |
AmazonEC2.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. |
Method parameters in com.amazonaws.services.ec2 with type arguments of type DeleteRouteRequest | |
---|---|
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. |
Uses of DeleteRouteRequest in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return DeleteRouteRequest | |
---|---|
DeleteRouteRequest |
DeleteRouteRequest.withDestinationCidrBlock(String destinationCidrBlock)
The CIDR range for the route. |
DeleteRouteRequest |
DeleteRouteRequest.withRouteTableId(String routeTableId)
The ID of the route table. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type DeleteRouteRequest | |
---|---|
Request<DeleteRouteRequest> |
DeleteRouteRequest.getDryRunRequest()
This method is intended for internal use only. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |