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