Uses of Class
software.amazon.awssdk.services.ec2.model.RouteServerRoute
-
Packages that use RouteServerRoute Package Description software.amazon.awssdk.services.ec2.model -
-
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 RouteServerRoute Modifier and Type Method Description 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 RouteServerRoute Modifier and Type Method Description GetRouteServerRoutingDatabaseResponse.BuilderGetRouteServerRoutingDatabaseResponse.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 RouteServerRoute Modifier and Type Method Description GetRouteServerRoutingDatabaseResponse.BuilderGetRouteServerRoutingDatabaseResponse.Builder. routes(Collection<RouteServerRoute> routes)The collection of routes in the route server's routing database.
-