Uses of Class
software.amazon.awssdk.services.gamelift.model.ContainerGroupDefinitionProperty
-
Packages that use ContainerGroupDefinitionProperty Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of ContainerGroupDefinitionProperty in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type ContainerGroupDefinitionProperty Modifier and Type Method Description List<ContainerGroupDefinitionProperty>ContainerGroupsAttributes. containerGroupDefinitionProperties()A collection of properties that describe each container group in the fleet.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type ContainerGroupDefinitionProperty Modifier and Type Method Description ContainerGroupsAttributes.BuilderContainerGroupsAttributes.Builder. containerGroupDefinitionProperties(ContainerGroupDefinitionProperty... containerGroupDefinitionProperties)A collection of properties that describe each container group in the fleet.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type ContainerGroupDefinitionProperty Modifier and Type Method Description ContainerGroupsAttributes.BuilderContainerGroupsAttributes.Builder. containerGroupDefinitionProperties(Collection<ContainerGroupDefinitionProperty> containerGroupDefinitionProperties)A collection of properties that describe each container group in the fleet.
-