| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerPortRange |
ContainerPortRange.clone() |
ContainerPortRange |
ContainerPortRange.withFromPort(Integer fromPort)
A starting value for the range of allowed port numbers.
|
ContainerPortRange |
ContainerPortRange.withProtocol(IpProtocol protocol)
The network protocol that these ports support.
|
ContainerPortRange |
ContainerPortRange.withProtocol(String protocol)
The network protocol that these ports support.
|
ContainerPortRange |
ContainerPortRange.withToPort(Integer toPort)
An ending value for the range of allowed port numbers.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContainerPortRange> |
ContainerPortConfiguration.getContainerPortRanges()
Specifies one or more ranges of ports on a container.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerPortConfiguration |
ContainerPortConfiguration.withContainerPortRanges(ContainerPortRange... containerPortRanges)
Specifies one or more ranges of ports on a container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerPortConfiguration.setContainerPortRanges(Collection<ContainerPortRange> containerPortRanges)
Specifies one or more ranges of ports on a container.
|
ContainerPortConfiguration |
ContainerPortConfiguration.withContainerPortRanges(Collection<ContainerPortRange> containerPortRanges)
Specifies one or more ranges of ports on a container.
|
Copyright © 2025. All rights reserved.