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