| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteRouteResponse |
Ec2Client.deleteRoute(Consumer<DeleteRouteRequest.Builder> deleteRouteRequest)
Deletes the specified route from the specified route table.
|
default DeleteRouteResponse |
Ec2Client.deleteRoute(DeleteRouteRequest deleteRouteRequest)
Deletes the specified route from the specified route table.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteRouteResponse> |
Ec2AsyncClient.deleteRoute(Consumer<DeleteRouteRequest.Builder> deleteRouteRequest)
Deletes the specified route from the specified route table.
|
default CompletableFuture<DeleteRouteResponse> |
Ec2AsyncClient.deleteRoute(DeleteRouteRequest deleteRouteRequest)
Deletes the specified route from the specified route table.
|
Copyright © 2022. All rights reserved.