Uses of Class
software.amazon.awssdk.services.gamelift.model.ConnectionPortRange
-
Packages that use ConnectionPortRange Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of ConnectionPortRange in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return ConnectionPortRange Modifier and Type Method Description ConnectionPortRangeContainerGroupsAttributes. connectionPortRange()A set of ports that allow inbound traffic to connect to processes running in the fleet's container groups.ConnectionPortRangeContainerGroupsConfiguration. connectionPortRange()A set of ports to allow inbound traffic, including game clients, to connect to processes running in the container fleet.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type ConnectionPortRange Modifier and Type Method Description ContainerGroupsAttributes.BuilderContainerGroupsAttributes.Builder. connectionPortRange(ConnectionPortRange connectionPortRange)A set of ports that allow inbound traffic to connect to processes running in the fleet's container groups.ContainerGroupsConfiguration.BuilderContainerGroupsConfiguration.Builder. connectionPortRange(ConnectionPortRange connectionPortRange)A set of ports to allow inbound traffic, including game clients, to connect to processes running in the container fleet.
-