Uses of Class
com.amazonaws.services.ecs.model.PortMapping
-
Packages that use PortMapping Package Description com.amazonaws.services.ecs.model -
-
Uses of PortMapping in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return PortMapping Modifier and Type Method Description PortMapping
PortMapping. clone()
PortMapping
PortMapping. withContainerPort(Integer containerPort)
The port number on the container that is bound to the user-specified or automatically assigned host port.PortMapping
PortMapping. withHostPort(Integer hostPort)
The port number on the container instance to reserve for your container.PortMapping
PortMapping. withProtocol(TransportProtocol protocol)
The protocol used for the port mapping.PortMapping
PortMapping. withProtocol(String protocol)
The protocol used for the port mapping.Methods in com.amazonaws.services.ecs.model that return types with arguments of type PortMapping Modifier and Type Method Description List<PortMapping>
ContainerDefinition. getPortMappings()
The list of port mappings for the container.Methods in com.amazonaws.services.ecs.model with parameters of type PortMapping Modifier and Type Method Description ContainerDefinition
ContainerDefinition. withPortMappings(PortMapping... portMappings)
The list of port mappings for the container.Method parameters in com.amazonaws.services.ecs.model with type arguments of type PortMapping Modifier and Type Method Description void
ContainerDefinition. setPortMappings(Collection<PortMapping> portMappings)
The list of port mappings for the container.ContainerDefinition
ContainerDefinition. withPortMappings(Collection<PortMapping> portMappings)
The list of port mappings for the container.
-