| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerPortMapping |
ContainerPortMapping.clone() |
ContainerPortMapping |
ContainerPortMapping.withConnectionPort(Integer connectionPort)
The port opened on the fleet instance.
|
ContainerPortMapping |
ContainerPortMapping.withContainerPort(Integer containerPort)
The port opened on the container.
|
ContainerPortMapping |
ContainerPortMapping.withProtocol(IpProtocol protocol)
The network protocol that this mapping supports.
|
ContainerPortMapping |
ContainerPortMapping.withProtocol(String protocol)
The network protocol that this mapping supports.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContainerPortMapping> |
ContainerAttributes.getContainerPortMappings()
Describes how container ports map to connection ports on the fleet instance.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerAttributes |
ContainerAttributes.withContainerPortMappings(ContainerPortMapping... containerPortMappings)
Describes how container ports map to connection ports on the fleet instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerAttributes.setContainerPortMappings(Collection<ContainerPortMapping> containerPortMappings)
Describes how container ports map to connection ports on the fleet instance.
|
ContainerAttributes |
ContainerAttributes.withContainerPortMappings(Collection<ContainerPortMapping> containerPortMappings)
Describes how container ports map to connection ports on the fleet instance.
|
Copyright © 2025. All rights reserved.