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