Uses of Class
software.amazon.awssdk.services.ec2.model.DeleteRouteRequest
-
Packages that use DeleteRouteRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of DeleteRouteRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type DeleteRouteRequest Modifier and Type Method Description default CompletableFuture<DeleteRouteResponse>Ec2AsyncClient. deleteRoute(DeleteRouteRequest deleteRouteRequest)Deletes the specified route from the specified route table.default DeleteRouteResponseEc2Client. deleteRoute(DeleteRouteRequest deleteRouteRequest)Deletes the specified route from the specified route table. -
Uses of DeleteRouteRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type DeleteRouteRequest Modifier and Type Method Description SdkHttpFullRequestDeleteRouteRequestMarshaller. marshall(DeleteRouteRequest deleteRouteRequest)
-