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