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