Uses of Class
software.amazon.awssdk.services.appmesh.model.TcpRouteMatch
-
Packages that use TcpRouteMatch Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of TcpRouteMatch in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return TcpRouteMatch Modifier and Type Method Description TcpRouteMatchTcpRoute. match()An object that represents the criteria for determining a request match.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type TcpRouteMatch Modifier and Type Method Description TcpRoute.BuilderTcpRoute.Builder. match(TcpRouteMatch match)An object that represents the criteria for determining a request match.
-