Uses of Class
software.amazon.awssdk.services.gamelift.model.ContainerPortRange
-
Packages that use ContainerPortRange Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of ContainerPortRange in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type ContainerPortRange Modifier and Type Method Description List<ContainerPortRange>ContainerPortConfiguration. containerPortRanges()Specifies one or more ranges of ports on a container.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type ContainerPortRange Modifier and Type Method Description ContainerPortConfiguration.BuilderContainerPortConfiguration.Builder. containerPortRanges(ContainerPortRange... containerPortRanges)Specifies one or more ranges of ports on a container.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type ContainerPortRange Modifier and Type Method Description ContainerPortConfiguration.BuilderContainerPortConfiguration.Builder. containerPortRanges(Collection<ContainerPortRange> containerPortRanges)Specifies one or more ranges of ports on a container.
-