| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
VirtualNodeTcpConnectionPool |
VirtualNodeTcpConnectionPool.clone() |
VirtualNodeTcpConnectionPool |
VirtualNodeConnectionPool.getTcp()
An object that represents a type of connection pool.
|
VirtualNodeTcpConnectionPool |
VirtualNodeTcpConnectionPool.withMaxConnections(Integer maxConnections)
Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualNodeConnectionPool.setTcp(VirtualNodeTcpConnectionPool tcp)
An object that represents a type of connection pool.
|
VirtualNodeConnectionPool |
VirtualNodeConnectionPool.withTcp(VirtualNodeTcpConnectionPool tcp)
An object that represents a type of connection pool.
|
Copyright © 2023. All rights reserved.