Uses of Interface
software.amazon.awssdk.services.appmesh.model.TcpRouteMatch.Builder
-
Packages that use TcpRouteMatch.Builder Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of TcpRouteMatch.Builder in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return TcpRouteMatch.Builder Modifier and Type Method Description static TcpRouteMatch.BuilderTcpRouteMatch. builder()TcpRouteMatch.BuilderTcpRouteMatch.Builder. port(Integer port)The port number to match on.TcpRouteMatch.BuilderTcpRouteMatch. toBuilder()Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type TcpRouteMatch.Builder Modifier and Type Method Description static Class<? extends TcpRouteMatch.Builder>TcpRouteMatch. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type TcpRouteMatch.Builder Modifier and Type Method Description default TcpRoute.BuilderTcpRoute.Builder. match(Consumer<TcpRouteMatch.Builder> match)An object that represents the criteria for determining a request match.
-