| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
VirtualGatewayConnectionPool |
VirtualGatewayListener.connectionPool()
The connection pool information for the virtual gateway listener.
|
static VirtualGatewayConnectionPool |
VirtualGatewayConnectionPool.fromGrpc(Consumer<VirtualGatewayGrpcConnectionPool.Builder> grpc)
Create an instance of this class with
grpc() initialized to the given value. |
static VirtualGatewayConnectionPool |
VirtualGatewayConnectionPool.fromGrpc(VirtualGatewayGrpcConnectionPool grpc)
Create an instance of this class with
grpc() initialized to the given value. |
static VirtualGatewayConnectionPool |
VirtualGatewayConnectionPool.fromHttp(Consumer<VirtualGatewayHttpConnectionPool.Builder> http)
Create an instance of this class with
http() initialized to the given value. |
static VirtualGatewayConnectionPool |
VirtualGatewayConnectionPool.fromHttp(VirtualGatewayHttpConnectionPool http)
Create an instance of this class with
http() initialized to the given value. |
static VirtualGatewayConnectionPool |
VirtualGatewayConnectionPool.fromHttp2(Consumer<VirtualGatewayHttp2ConnectionPool.Builder> http2)
Create an instance of this class with
http2() initialized to the given value. |
static VirtualGatewayConnectionPool |
VirtualGatewayConnectionPool.fromHttp2(VirtualGatewayHttp2ConnectionPool http2)
Create an instance of this class with
http2() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
VirtualGatewayListener.Builder |
VirtualGatewayListener.Builder.connectionPool(VirtualGatewayConnectionPool connectionPool)
The connection pool information for the virtual gateway listener.
|
Copyright © 2023. All rights reserved.