| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerDependency |
ContainerDependency.clone() |
ContainerDependency |
ContainerDependency.withCondition(ContainerDependencyCondition condition)
The condition that the dependency container must reach before the dependent container can start.
|
ContainerDependency |
ContainerDependency.withCondition(String condition)
The condition that the dependency container must reach before the dependent container can start.
|
ContainerDependency |
ContainerDependency.withContainerName(String containerName)
A descriptive label for the container definition that this container depends on.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContainerDependency> |
ContainerDefinitionInput.getDependsOn()
Sets up dependencies between this container and the status of other containers in the same container group.
|
List<ContainerDependency> |
ContainerDefinition.getDependsOn()
Indicates that the container relies on the status of other containers in the same container group during its
startup and shutdown sequences.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerDefinitionInput |
ContainerDefinitionInput.withDependsOn(ContainerDependency... dependsOn)
Sets up dependencies between this container and the status of other containers in the same container group.
|
ContainerDefinition |
ContainerDefinition.withDependsOn(ContainerDependency... dependsOn)
Indicates that the container relies on the status of other containers in the same container group during its
startup and shutdown sequences.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerDefinitionInput.setDependsOn(Collection<ContainerDependency> dependsOn)
Sets up dependencies between this container and the status of other containers in the same container group.
|
void |
ContainerDefinition.setDependsOn(Collection<ContainerDependency> dependsOn)
Indicates that the container relies on the status of other containers in the same container group during its
startup and shutdown sequences.
|
ContainerDefinitionInput |
ContainerDefinitionInput.withDependsOn(Collection<ContainerDependency> dependsOn)
Sets up dependencies between this container and the status of other containers in the same container group.
|
ContainerDefinition |
ContainerDefinition.withDependsOn(Collection<ContainerDependency> dependsOn)
Indicates that the container relies on the status of other containers in the same container group during its
startup and shutdown sequences.
|
Copyright © 2025. All rights reserved.