Uses of Class
software.amazon.awssdk.services.appmesh.model.VirtualNodeTcpConnectionPool
-
Packages that use VirtualNodeTcpConnectionPool Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of VirtualNodeTcpConnectionPool in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return VirtualNodeTcpConnectionPool Modifier and Type Method Description VirtualNodeTcpConnectionPoolVirtualNodeConnectionPool. tcp()An object that represents a type of connection pool.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type VirtualNodeTcpConnectionPool Modifier and Type Method Description static VirtualNodeConnectionPoolVirtualNodeConnectionPool. fromTcp(VirtualNodeTcpConnectionPool tcp)Create an instance of this class withVirtualNodeConnectionPool.tcp()initialized to the given value.VirtualNodeConnectionPool.BuilderVirtualNodeConnectionPool.Builder. tcp(VirtualNodeTcpConnectionPool tcp)An object that represents a type of connection pool.
-