Uses of Class
software.amazon.awssdk.services.ec2.model.DeleteRouteResponse
Packages that use DeleteRouteResponse
-
Uses of DeleteRouteResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DeleteRouteResponseModifier and TypeMethodDescriptiondefault DeleteRouteResponseEc2Client.deleteRoute(Consumer<DeleteRouteRequest.Builder> deleteRouteRequest) Deletes the specified route from the specified route table.default DeleteRouteResponseEc2Client.deleteRoute(DeleteRouteRequest deleteRouteRequest) Deletes the specified route from the specified route table.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DeleteRouteResponseModifier and TypeMethodDescriptiondefault 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.