Uses of Class
software.amazon.awssdk.services.ec2.model.RouteServerRoute
Packages that use RouteServerRoute
-
Uses of RouteServerRoute in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type RouteServerRouteModifier and TypeMethodDescriptionfinal List<RouteServerRoute>GetRouteServerRoutingDatabaseResponse.routes()The collection of routes in the route server's routing database.Methods in software.amazon.awssdk.services.ec2.model with parameters of type RouteServerRouteModifier and TypeMethodDescriptionGetRouteServerRoutingDatabaseResponse.Builder.routes(RouteServerRoute... routes) The collection of routes in the route server's routing database.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type RouteServerRouteModifier and TypeMethodDescriptionGetRouteServerRoutingDatabaseResponse.Builder.routes(Collection<RouteServerRoute> routes) The collection of routes in the route server's routing database.