Uses of Class
software.amazon.awscdk.services.appmesh.HttpRoutePathMatch
Packages that use HttpRoutePathMatch
- 
Uses of HttpRoutePathMatch in software.amazon.awscdk.services.appmesh
Methods in software.amazon.awscdk.services.appmesh that return HttpRoutePathMatchModifier and TypeMethodDescriptionstatic HttpRoutePathMatchThe value of the path must match the specified value exactly.default HttpRoutePathMatchHttpRouteMatch.getPath()Specifies how is the request matched based on the path part of its URL.final HttpRoutePathMatchHttpRouteMatch.Jsii$Proxy.getPath()static HttpRoutePathMatchThe value of the path must match the specified regex.static HttpRoutePathMatchHttpRoutePathMatch.startsWith(String prefix) The value of the path must match the specified prefix.Methods in software.amazon.awscdk.services.appmesh with parameters of type HttpRoutePathMatchModifier and TypeMethodDescriptionHttpRouteMatch.Builder.path(HttpRoutePathMatch path) Sets the value ofHttpRouteMatch.getPath()