Uses of Class
software.amazon.awssdk.services.appmesh.model.TcpRouteAction
-
Packages that use TcpRouteAction Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of TcpRouteAction in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return TcpRouteAction Modifier and Type Method Description TcpRouteActionTcpRoute. action()The action to take if a match is determined.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type TcpRouteAction Modifier and Type Method Description TcpRoute.BuilderTcpRoute.Builder. action(TcpRouteAction action)The action to take if a match is determined.
-