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