Uses of Class
software.amazon.awssdk.services.gamelift.model.ContainerDependency
-
Packages that use ContainerDependency Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of ContainerDependency in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type ContainerDependency Modifier and Type Method Description List<ContainerDependency>ContainerDefinition. dependsOn()Indicates that the container relies on the status of other containers in the same container group during its startup and shutdown sequences.List<ContainerDependency>ContainerDefinitionInput. dependsOn()Sets up dependencies between this container and the status of other containers in the same container group.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type ContainerDependency Modifier and Type Method Description ContainerDefinition.BuilderContainerDefinition.Builder. dependsOn(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.BuilderContainerDefinitionInput.Builder. dependsOn(ContainerDependency... dependsOn)Sets up dependencies between this container and the status of other containers in the same container group.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type ContainerDependency Modifier and Type Method Description ContainerDefinition.BuilderContainerDefinition.Builder. dependsOn(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.BuilderContainerDefinitionInput.Builder. dependsOn(Collection<ContainerDependency> dependsOn)Sets up dependencies between this container and the status of other containers in the same container group.
-