Uses of Class
software.amazon.awssdk.services.ecs.model.PortMapping
-
Packages that use PortMapping Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of PortMapping in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type PortMapping Modifier and Type Method Description List<PortMapping>ContainerDefinition. portMappings()The list of port mappings for the container.Methods in software.amazon.awssdk.services.ecs.model with parameters of type PortMapping Modifier and Type Method Description ContainerDefinition.BuilderContainerDefinition.Builder. portMappings(PortMapping... portMappings)The list of port mappings for the container.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type PortMapping Modifier and Type Method Description ContainerDefinition.BuilderContainerDefinition.Builder. portMappings(Collection<PortMapping> portMappings)The list of port mappings for the container.
-