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 PortMappingPortMapping. clone()PortMappingPortMapping. withContainerPort(Integer containerPort)The port number on the container that is bound to the user-specified or automatically assigned host port.PortMappingPortMapping. withHostPort(Integer hostPort)The port number on the container instance to reserve for your container.PortMappingPortMapping. withProtocol(TransportProtocol protocol)The protocol used for the port mapping.PortMappingPortMapping. 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 ContainerDefinitionContainerDefinition. 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 voidContainerDefinition. setPortMappings(Collection<PortMapping> portMappings)The list of port mappings for the container.ContainerDefinitionContainerDefinition. withPortMappings(Collection<PortMapping> portMappings)The list of port mappings for the container.
-