| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectionPortRange |
ConnectionPortRange.clone() |
ConnectionPortRange |
ContainerGroupsConfiguration.getConnectionPortRange()
A set of ports to allow inbound traffic, including game clients, to connect to processes running in the container
fleet.
|
ConnectionPortRange |
ContainerGroupsAttributes.getConnectionPortRange()
A set of ports that allow inbound traffic to connect to processes running in the fleet's container groups.
|
ConnectionPortRange |
ConnectionPortRange.withFromPort(Integer fromPort)
Starting value for the port range.
|
ConnectionPortRange |
ConnectionPortRange.withToPort(Integer toPort)
Ending value for the port.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerGroupsConfiguration.setConnectionPortRange(ConnectionPortRange connectionPortRange)
A set of ports to allow inbound traffic, including game clients, to connect to processes running in the container
fleet.
|
void |
ContainerGroupsAttributes.setConnectionPortRange(ConnectionPortRange connectionPortRange)
A set of ports that allow inbound traffic to connect to processes running in the fleet's container groups.
|
ContainerGroupsConfiguration |
ContainerGroupsConfiguration.withConnectionPortRange(ConnectionPortRange connectionPortRange)
A set of ports to allow inbound traffic, including game clients, to connect to processes running in the container
fleet.
|
ContainerGroupsAttributes |
ContainerGroupsAttributes.withConnectionPortRange(ConnectionPortRange connectionPortRange)
A set of ports that allow inbound traffic to connect to processes running in the fleet's container groups.
|
Copyright © 2025. All rights reserved.