Uses of Class
software.amazon.awssdk.services.ec2.model.DeleteLocalGatewayRouteResponse
Packages that use DeleteLocalGatewayRouteResponse
-
Uses of DeleteLocalGatewayRouteResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DeleteLocalGatewayRouteResponseModifier and TypeMethodDescriptiondefault DeleteLocalGatewayRouteResponseEc2Client.deleteLocalGatewayRoute(Consumer<DeleteLocalGatewayRouteRequest.Builder> deleteLocalGatewayRouteRequest) Deletes the specified route from the specified local gateway route table.default DeleteLocalGatewayRouteResponseEc2Client.deleteLocalGatewayRoute(DeleteLocalGatewayRouteRequest deleteLocalGatewayRouteRequest) Deletes the specified route from the specified local gateway route table.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DeleteLocalGatewayRouteResponseModifier and TypeMethodDescriptionEc2AsyncClient.deleteLocalGatewayRoute(Consumer<DeleteLocalGatewayRouteRequest.Builder> deleteLocalGatewayRouteRequest) Deletes the specified route from the specified local gateway route table.Ec2AsyncClient.deleteLocalGatewayRoute(DeleteLocalGatewayRouteRequest deleteLocalGatewayRouteRequest) Deletes the specified route from the specified local gateway route table.