Uses of Class
software.amazon.awssdk.services.workspaces.model.OperatingSystemName
-
Packages that use OperatingSystemName Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of OperatingSystemName in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return OperatingSystemName Modifier and Type Method Description static OperatingSystemNameOperatingSystemName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OperatingSystemNameWorkspaceProperties. operatingSystemName()The name of the operating system.static OperatingSystemNameOperatingSystemName. valueOf(String name)Returns the enum constant of this type with the specified name.static OperatingSystemName[]OperatingSystemName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type OperatingSystemName Modifier and Type Method Description static Set<OperatingSystemName>OperatingSystemName. knownValues()List<OperatingSystemName>DescribeApplicationsRequest. operatingSystemNames()The operating systems supported by the applications.List<OperatingSystemName>WorkSpaceApplication. supportedOperatingSystemNames()The supported operating systems of the WorkSpace application.Methods in software.amazon.awssdk.services.workspaces.model with parameters of type OperatingSystemName Modifier and Type Method Description WorkspaceProperties.BuilderWorkspaceProperties.Builder. operatingSystemName(OperatingSystemName operatingSystemName)The name of the operating system.DescribeApplicationsRequest.BuilderDescribeApplicationsRequest.Builder. operatingSystemNames(OperatingSystemName... operatingSystemNames)The operating systems supported by the applications.WorkSpaceApplication.BuilderWorkSpaceApplication.Builder. supportedOperatingSystemNames(OperatingSystemName... supportedOperatingSystemNames)The supported operating systems of the WorkSpace application.Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type OperatingSystemName Modifier and Type Method Description DescribeApplicationsRequest.BuilderDescribeApplicationsRequest.Builder. operatingSystemNames(Collection<OperatingSystemName> operatingSystemNames)The operating systems supported by the applications.WorkSpaceApplication.BuilderWorkSpaceApplication.Builder. supportedOperatingSystemNames(Collection<OperatingSystemName> supportedOperatingSystemNames)The supported operating systems of the WorkSpace application.
-