Uses of Interface
software.amazon.awssdk.services.appmesh.model.HttpPathMatch.Builder
-
Packages that use HttpPathMatch.Builder Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of HttpPathMatch.Builder in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return HttpPathMatch.Builder Modifier and Type Method Description static HttpPathMatch.BuilderHttpPathMatch. builder()HttpPathMatch.BuilderHttpPathMatch.Builder. exact(String exact)The exact path to match on.HttpPathMatch.BuilderHttpPathMatch.Builder. regex(String regex)The regex used to match the path.HttpPathMatch.BuilderHttpPathMatch. toBuilder()Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type HttpPathMatch.Builder Modifier and Type Method Description static Class<? extends HttpPathMatch.Builder>HttpPathMatch. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type HttpPathMatch.Builder Modifier and Type Method Description default HttpGatewayRouteMatch.BuilderHttpGatewayRouteMatch.Builder. path(Consumer<HttpPathMatch.Builder> path)The path to match on.default HttpRouteMatch.BuilderHttpRouteMatch.Builder. path(Consumer<HttpPathMatch.Builder> path)The client request path to match on.
-