Uses of Class
software.amazon.awssdk.services.appmesh.model.WeightedTarget
-
Packages that use WeightedTarget Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of WeightedTarget in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type WeightedTarget Modifier and Type Method Description List<WeightedTarget>GrpcRouteAction. weightedTargets()An object that represents the targets that traffic is routed to when a request matches the route.List<WeightedTarget>HttpRouteAction. weightedTargets()An object that represents the targets that traffic is routed to when a request matches the route.List<WeightedTarget>TcpRouteAction. 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 with parameters of type WeightedTarget Modifier and Type Method Description GrpcRouteAction.BuilderGrpcRouteAction.Builder. weightedTargets(WeightedTarget... 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.TcpRouteAction.BuilderTcpRouteAction.Builder. weightedTargets(WeightedTarget... weightedTargets)An object that represents the targets that traffic is routed to when a request matches the route.Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type WeightedTarget Modifier and Type Method Description GrpcRouteAction.BuilderGrpcRouteAction.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(Collection<WeightedTarget> weightedTargets)An object that represents the targets that traffic is routed to when a request matches the route.TcpRouteAction.BuilderTcpRouteAction.Builder. weightedTargets(Collection<WeightedTarget> weightedTargets)An object that represents the targets that traffic is routed to when a request matches the route.
-