| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerGroupsConfiguration |
ContainerGroupsConfiguration.clone() |
ContainerGroupsConfiguration |
CreateFleetRequest.getContainerGroupsConfiguration()
The container groups to deploy to instances in the container fleet and other fleet-level configuration settings.
|
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.
|
ContainerGroupsConfiguration |
ContainerGroupsConfiguration.withContainerGroupDefinitionNames(Collection<String> containerGroupDefinitionNames)
The list of container group definition names to deploy to a new container fleet.
|
ContainerGroupsConfiguration |
ContainerGroupsConfiguration.withContainerGroupDefinitionNames(String... containerGroupDefinitionNames)
The list of container group definition names to deploy to a new container fleet.
|
ContainerGroupsConfiguration |
ContainerGroupsConfiguration.withDesiredReplicaContainerGroupsPerInstance(Integer desiredReplicaContainerGroupsPerInstance)
The number of times to replicate the replica container group on each instance in a container fleet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFleetRequest.setContainerGroupsConfiguration(ContainerGroupsConfiguration containerGroupsConfiguration)
The container groups to deploy to instances in the container fleet and other fleet-level configuration settings.
|
CreateFleetRequest |
CreateFleetRequest.withContainerGroupsConfiguration(ContainerGroupsConfiguration containerGroupsConfiguration)
The container groups to deploy to instances in the container fleet and other fleet-level configuration settings.
|
Copyright © 2025. All rights reserved.