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()A set of one or more container port number ranges.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type ContainerPortRange Modifier and Type Method Description ContainerPortConfiguration.BuilderContainerPortConfiguration.Builder. containerPortRanges(ContainerPortRange... containerPortRanges)A set of one or more container port number ranges.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)A set of one or more container port number ranges.
-