Uses of Class
software.amazon.awscdk.services.appmesh.HttpGatewayRoutePathMatch
Packages that use HttpGatewayRoutePathMatch
-
Uses of HttpGatewayRoutePathMatch in software.amazon.awscdk.services.appmesh
Methods in software.amazon.awscdk.services.appmesh that return HttpGatewayRoutePathMatchModifier and TypeMethodDescriptionstatic HttpGatewayRoutePathMatchThe value of the path must match the specified value exactly.static HttpGatewayRoutePathMatchThe value of the path must match the specified value exactly.default HttpGatewayRoutePathMatchHttpGatewayRouteMatch.getPath()Specify how to match requests based on the 'path' part of their URL.HttpGatewayRouteMatch.Jsii$Proxy.getPath()static HttpGatewayRoutePathMatchThe value of the path must match the specified regex.static HttpGatewayRoutePathMatchThe value of the path must match the specified regex.static HttpGatewayRoutePathMatchHttpGatewayRoutePathMatch.startsWith(String prefix) The value of the path must match the specified prefix.static HttpGatewayRoutePathMatchHttpGatewayRoutePathMatch.startsWith(String prefix, String rewriteTo) The value of the path must match the specified prefix.Methods in software.amazon.awscdk.services.appmesh with parameters of type HttpGatewayRoutePathMatchModifier and TypeMethodDescriptionHttpGatewayRouteMatch.Builder.path(HttpGatewayRoutePathMatch path) Sets the value ofHttpGatewayRouteMatch.getPath()