Uses of Class
software.amazon.awssdk.services.appmesh.model.RouteSpec
-
Packages that use RouteSpec Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of RouteSpec in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return RouteSpec Modifier and Type Method Description RouteSpecCreateRouteRequest. spec()The route specification to apply.RouteSpecRouteData. spec()The specifications of the route.RouteSpecUpdateRouteRequest. spec()The new route specification to apply.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type RouteSpec Modifier and Type Method Description CreateRouteRequest.BuilderCreateRouteRequest.Builder. spec(RouteSpec spec)The route specification to apply.RouteData.BuilderRouteData.Builder. spec(RouteSpec spec)The specifications of the route.UpdateRouteRequest.BuilderUpdateRouteRequest.Builder. spec(RouteSpec spec)The new route specification to apply.
-