Uses of Class
software.amazon.awssdk.services.gamelift.model.ContainerDefinition
-
Packages that use ContainerDefinition Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of ContainerDefinition in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type ContainerDefinition Modifier and Type Method Description List<ContainerDefinition>ContainerGroupDefinition. containerDefinitions()The set of container definitions that are included in the container group.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type ContainerDefinition Modifier and Type Method Description ContainerGroupDefinition.BuilderContainerGroupDefinition.Builder. containerDefinitions(ContainerDefinition... containerDefinitions)The set of container definitions that are included in the container group.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type ContainerDefinition Modifier and Type Method Description ContainerGroupDefinition.BuilderContainerGroupDefinition.Builder. containerDefinitions(Collection<ContainerDefinition> containerDefinitions)The set of container definitions that are included in the container group.
-