| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerPortConfiguration |
ContainerPortConfiguration.clone() |
ContainerPortConfiguration |
ContainerDefinitionInput.getPortConfiguration()
A set of ports that Amazon GameLift can assign to processes in the container.
|
ContainerPortConfiguration |
ContainerDefinition.getPortConfiguration()
Defines the ports that are available to assign to processes in the container.
|
ContainerPortConfiguration |
ContainerPortConfiguration.withContainerPortRanges(Collection<ContainerPortRange> containerPortRanges)
Specifies one or more ranges of ports on a container.
|
ContainerPortConfiguration |
ContainerPortConfiguration.withContainerPortRanges(ContainerPortRange... containerPortRanges)
Specifies one or more ranges of ports on a container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerDefinitionInput.setPortConfiguration(ContainerPortConfiguration portConfiguration)
A set of ports that Amazon GameLift can assign to processes in the container.
|
void |
ContainerDefinition.setPortConfiguration(ContainerPortConfiguration portConfiguration)
Defines the ports that are available to assign to processes in the container.
|
ContainerDefinitionInput |
ContainerDefinitionInput.withPortConfiguration(ContainerPortConfiguration portConfiguration)
A set of ports that Amazon GameLift can assign to processes in the container.
|
ContainerDefinition |
ContainerDefinition.withPortConfiguration(ContainerPortConfiguration portConfiguration)
Defines the ports that are available to assign to processes in the container.
|
Copyright © 2025. All rights reserved.