Uses of Class
software.amazon.awssdk.services.appmesh.model.HttpRouteMatch
-
Packages that use HttpRouteMatch Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of HttpRouteMatch in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return HttpRouteMatch Modifier and Type Method Description HttpRouteMatchHttpRoute. match()An object that represents the criteria for determining a request match.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type HttpRouteMatch Modifier and Type Method Description HttpRoute.BuilderHttpRoute.Builder. match(HttpRouteMatch match)An object that represents the criteria for determining a request match.
-