Uses of Interface
software.amazon.awssdk.services.appmesh.model.HttpGatewayRoute.Builder
-
Packages that use HttpGatewayRoute.Builder Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of HttpGatewayRoute.Builder in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return HttpGatewayRoute.Builder Modifier and Type Method Description default HttpGatewayRoute.BuilderHttpGatewayRoute.Builder. action(Consumer<HttpGatewayRouteAction.Builder> action)An object that represents the action to take if a match is determined.HttpGatewayRoute.BuilderHttpGatewayRoute.Builder. action(HttpGatewayRouteAction action)An object that represents the action to take if a match is determined.static HttpGatewayRoute.BuilderHttpGatewayRoute. builder()default HttpGatewayRoute.BuilderHttpGatewayRoute.Builder. match(Consumer<HttpGatewayRouteMatch.Builder> match)An object that represents the criteria for determining a request match.HttpGatewayRoute.BuilderHttpGatewayRoute.Builder. match(HttpGatewayRouteMatch match)An object that represents the criteria for determining a request match.HttpGatewayRoute.BuilderHttpGatewayRoute. toBuilder()Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type HttpGatewayRoute.Builder Modifier and Type Method Description static Class<? extends HttpGatewayRoute.Builder>HttpGatewayRoute. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type HttpGatewayRoute.Builder Modifier and Type Method Description default GatewayRouteSpec.BuilderGatewayRouteSpec.Builder. http2Route(Consumer<HttpGatewayRoute.Builder> http2Route)An object that represents the specification of an HTTP/2 gateway route.default GatewayRouteSpec.BuilderGatewayRouteSpec.Builder. httpRoute(Consumer<HttpGatewayRoute.Builder> httpRoute)An object that represents the specification of an HTTP gateway route.
-