Uses of Class
software.amazon.awssdk.services.appmesh.model.RouteData
-
Packages that use RouteData Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of RouteData in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return RouteData Modifier and Type Method Description RouteDataCreateRouteResponse. route()The full description of your mesh following the create call.RouteDataDeleteRouteResponse. route()The route that was deleted.RouteDataDescribeRouteResponse. route()The full description of your route.RouteDataUpdateRouteResponse. route()A full description of the route that was updated.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type RouteData Modifier and Type Method Description CreateRouteResponse.BuilderCreateRouteResponse.Builder. route(RouteData route)The full description of your mesh following the create call.DeleteRouteResponse.BuilderDeleteRouteResponse.Builder. route(RouteData route)The route that was deleted.DescribeRouteResponse.BuilderDescribeRouteResponse.Builder. route(RouteData route)The full description of your route.UpdateRouteResponse.BuilderUpdateRouteResponse.Builder. route(RouteData route)A full description of the route that was updated.
-