Uses of Class
software.amazon.awssdk.services.gamelift.model.ContainerOperatingSystem
-
Packages that use ContainerOperatingSystem Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of ContainerOperatingSystem in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return ContainerOperatingSystem Modifier and Type Method Description static ContainerOperatingSystemContainerOperatingSystem. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ContainerOperatingSystemContainerGroupDefinition. operatingSystem()The platform required for all containers in the container group definition.ContainerOperatingSystemCreateContainerGroupDefinitionRequest. operatingSystem()The platform that is used by containers in the container group definition.static ContainerOperatingSystemContainerOperatingSystem. valueOf(String name)Returns the enum constant of this type with the specified name.static ContainerOperatingSystem[]ContainerOperatingSystem. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type ContainerOperatingSystem Modifier and Type Method Description static Set<ContainerOperatingSystem>ContainerOperatingSystem. knownValues()Methods in software.amazon.awssdk.services.gamelift.model with parameters of type ContainerOperatingSystem Modifier and Type Method Description ContainerGroupDefinition.BuilderContainerGroupDefinition.Builder. operatingSystem(ContainerOperatingSystem operatingSystem)The platform required for all containers in the container group definition.CreateContainerGroupDefinitionRequest.BuilderCreateContainerGroupDefinitionRequest.Builder. operatingSystem(ContainerOperatingSystem operatingSystem)The platform that is used by containers in the container group definition.
-