| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static ContainerSchedulingStrategy |
ContainerSchedulingStrategy.fromValue(String value)
Use this in place of valueOf.
|
static ContainerSchedulingStrategy |
ContainerSchedulingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerSchedulingStrategy[] |
ContainerSchedulingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateContainerGroupDefinitionRequest |
CreateContainerGroupDefinitionRequest.withSchedulingStrategy(ContainerSchedulingStrategy schedulingStrategy)
The method for deploying the container group across fleet instances.
|
ListContainerGroupDefinitionsRequest |
ListContainerGroupDefinitionsRequest.withSchedulingStrategy(ContainerSchedulingStrategy schedulingStrategy)
The type of container group definitions to retrieve.
|
ContainerGroupDefinition |
ContainerGroupDefinition.withSchedulingStrategy(ContainerSchedulingStrategy schedulingStrategy)
The method for deploying the container group across fleet instances.
|
ContainerGroupDefinitionProperty |
ContainerGroupDefinitionProperty.withSchedulingStrategy(ContainerSchedulingStrategy schedulingStrategy)
The method for scheduling and maintaining copies of the container group across a container fleet.
|
Copyright © 2025. All rights reserved.