| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerGroupsAttributes |
ContainerGroupsAttributes.clone() |
ContainerGroupsAttributes |
FleetAttributes.getContainerGroupsAttributes()
A set of properties that describe the container groups that are deployed to the 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.
|
ContainerGroupsAttributes |
ContainerGroupsAttributes.withContainerGroupDefinitionProperties(Collection<ContainerGroupDefinitionProperty> containerGroupDefinitionProperties)
A collection of properties that describe each container group in the fleet.
|
ContainerGroupsAttributes |
ContainerGroupsAttributes.withContainerGroupDefinitionProperties(ContainerGroupDefinitionProperty... containerGroupDefinitionProperties)
A collection of properties that describe each container group in the fleet.
|
ContainerGroupsAttributes |
ContainerGroupsAttributes.withContainerGroupsPerInstance(ContainerGroupsPerInstance containerGroupsPerInstance)
Details about the number of replica container groups that Amazon GameLift deploys to each instance in the
container fleet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FleetAttributes.setContainerGroupsAttributes(ContainerGroupsAttributes containerGroupsAttributes)
A set of properties that describe the container groups that are deployed to the fleet.
|
FleetAttributes |
FleetAttributes.withContainerGroupsAttributes(ContainerGroupsAttributes containerGroupsAttributes)
A set of properties that describe the container groups that are deployed to the fleet.
|
Copyright © 2025. All rights reserved.