Uses of Class
software.amazon.awssdk.services.gamelift.model.SupportContainerDefinition
-
Packages that use SupportContainerDefinition Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of SupportContainerDefinition in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type SupportContainerDefinition Modifier and Type Method Description List<SupportContainerDefinition>ContainerGroupDefinition. supportContainerDefinitions()The set of definitions for support containers in this group.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type SupportContainerDefinition Modifier and Type Method Description ContainerGroupDefinition.BuilderContainerGroupDefinition.Builder. supportContainerDefinitions(SupportContainerDefinition... supportContainerDefinitions)The set of definitions for support containers in this group.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type SupportContainerDefinition Modifier and Type Method Description ContainerGroupDefinition.BuilderContainerGroupDefinition.Builder. supportContainerDefinitions(Collection<SupportContainerDefinition> supportContainerDefinitions)The set of definitions for support containers in this group.
-