Uses of Interface
software.amazon.awssdk.services.appmesh.model.HttpRouteAction.Builder
-
Packages that use HttpRouteAction.Builder Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of HttpRouteAction.Builder in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return HttpRouteAction.Builder Modifier and Type Method Description static HttpRouteAction.BuilderHttpRouteAction. builder()HttpRouteAction.BuilderHttpRouteAction. toBuilder()HttpRouteAction.BuilderHttpRouteAction.Builder. weightedTargets(Collection<WeightedTarget> weightedTargets)An object that represents the targets that traffic is routed to when a request matches the route.HttpRouteAction.BuilderHttpRouteAction.Builder. weightedTargets(Consumer<WeightedTarget.Builder>... weightedTargets)An object that represents the targets that traffic is routed to when a request matches the route.HttpRouteAction.BuilderHttpRouteAction.Builder. weightedTargets(WeightedTarget... weightedTargets)An object that represents the targets that traffic is routed to when a request matches the route.Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type HttpRouteAction.Builder Modifier and Type Method Description static Class<? extends HttpRouteAction.Builder>HttpRouteAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type HttpRouteAction.Builder Modifier and Type Method Description default HttpRoute.BuilderHttpRoute.Builder. action(Consumer<HttpRouteAction.Builder> action)An object that represents the action to take if a match is determined.
-