Uses of Class
software.amazon.awssdk.services.appmesh.model.VirtualGatewayListener
-
Packages that use VirtualGatewayListener Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of VirtualGatewayListener in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type VirtualGatewayListener Modifier and Type Method Description List<VirtualGatewayListener>VirtualGatewaySpec. listeners()The listeners that the mesh endpoint is expected to receive inbound traffic from.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type VirtualGatewayListener Modifier and Type Method Description VirtualGatewaySpec.BuilderVirtualGatewaySpec.Builder. listeners(VirtualGatewayListener... listeners)The listeners that the mesh endpoint is expected to receive inbound traffic from.Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type VirtualGatewayListener Modifier and Type Method Description VirtualGatewaySpec.BuilderVirtualGatewaySpec.Builder. listeners(Collection<VirtualGatewayListener> listeners)The listeners that the mesh endpoint is expected to receive inbound traffic from.
-