| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
VirtualGatewayListener |
VirtualGatewayListener.clone() |
VirtualGatewayListener |
VirtualGatewayListener.withConnectionPool(VirtualGatewayConnectionPool connectionPool)
The connection pool information for the virtual gateway listener.
|
VirtualGatewayListener |
VirtualGatewayListener.withHealthCheck(VirtualGatewayHealthCheckPolicy healthCheck)
The health check information for the listener.
|
VirtualGatewayListener |
VirtualGatewayListener.withPortMapping(VirtualGatewayPortMapping portMapping)
The port mapping information for the listener.
|
VirtualGatewayListener |
VirtualGatewayListener.withTls(VirtualGatewayListenerTls tls)
A reference to an object that represents the Transport Layer Security (TLS) properties for the listener.
|
| Modifier and Type | Method and Description |
|---|---|
List<VirtualGatewayListener> |
VirtualGatewaySpec.getListeners()
The listeners that the mesh endpoint is expected to receive inbound traffic from.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualGatewaySpec |
VirtualGatewaySpec.withListeners(VirtualGatewayListener... listeners)
The listeners that the mesh endpoint is expected to receive inbound traffic from.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualGatewaySpec.setListeners(Collection<VirtualGatewayListener> listeners)
The listeners that the mesh endpoint is expected to receive inbound traffic from.
|
VirtualGatewaySpec |
VirtualGatewaySpec.withListeners(Collection<VirtualGatewayListener> listeners)
The listeners that the mesh endpoint is expected to receive inbound traffic from.
|
Copyright © 2024. All rights reserved.