Uses of Class
software.amazon.awssdk.services.appmesh.model.HttpRoute
-
Packages that use HttpRoute Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of HttpRoute in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return HttpRoute Modifier and Type Method Description HttpRouteRouteSpec. http2Route()An object that represents the specification of an HTTP/2 route.HttpRouteRouteSpec. httpRoute()An object that represents the specification of an HTTP route.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type HttpRoute Modifier and Type Method Description RouteSpec.BuilderRouteSpec.Builder. http2Route(HttpRoute http2Route)An object that represents the specification of an HTTP/2 route.RouteSpec.BuilderRouteSpec.Builder. httpRoute(HttpRoute httpRoute)An object that represents the specification of an HTTP route.
-