Uses of Class
software.amazon.awssdk.services.appmesh.model.PortMapping
-
Packages that use PortMapping Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of PortMapping in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return PortMapping Modifier and Type Method Description PortMappingListener. portMapping()The port mapping information for the listener.PortMappingVirtualRouterListener. portMapping()Returns the value of the PortMapping property for this object.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type PortMapping Modifier and Type Method Description Listener.BuilderListener.Builder. portMapping(PortMapping portMapping)The port mapping information for the listener.VirtualRouterListener.BuilderVirtualRouterListener.Builder. portMapping(PortMapping portMapping)Sets the value of the PortMapping property for this object.
-