Uses of Interface
software.amazon.awssdk.services.appmesh.model.HttpGatewayRoutePathRewrite.Builder
-
Packages that use HttpGatewayRoutePathRewrite.Builder Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of HttpGatewayRoutePathRewrite.Builder in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return HttpGatewayRoutePathRewrite.Builder Modifier and Type Method Description static HttpGatewayRoutePathRewrite.BuilderHttpGatewayRoutePathRewrite. builder()HttpGatewayRoutePathRewrite.BuilderHttpGatewayRoutePathRewrite.Builder. exact(String exact)The exact path to rewrite.HttpGatewayRoutePathRewrite.BuilderHttpGatewayRoutePathRewrite. toBuilder()Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type HttpGatewayRoutePathRewrite.Builder Modifier and Type Method Description static Class<? extends HttpGatewayRoutePathRewrite.Builder>HttpGatewayRoutePathRewrite. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type HttpGatewayRoutePathRewrite.Builder Modifier and Type Method Description default HttpGatewayRouteRewrite.BuilderHttpGatewayRouteRewrite.Builder. path(Consumer<HttpGatewayRoutePathRewrite.Builder> path)The path to rewrite.
-