Uses of Class
software.amazon.awssdk.services.workspaces.model.AccessPropertyValue
-
Packages that use AccessPropertyValue Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of AccessPropertyValue in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return AccessPropertyValue Modifier and Type Method Description AccessPropertyValueWorkspaceAccessProperties. deviceTypeAndroid()Indicates whether users can use Android and Android-compatible Chrome OS devices to access their WorkSpaces.AccessPropertyValueWorkspaceAccessProperties. deviceTypeChromeOs()Indicates whether users can use Chromebooks to access their WorkSpaces.AccessPropertyValueWorkspaceAccessProperties. deviceTypeIos()Indicates whether users can use iOS devices to access their WorkSpaces.AccessPropertyValueWorkspaceAccessProperties. deviceTypeLinux()Indicates whether users can use Linux clients to access their WorkSpaces.AccessPropertyValueWorkspaceAccessProperties. deviceTypeOsx()Indicates whether users can use macOS clients to access their WorkSpaces.AccessPropertyValueWorkspaceAccessProperties. deviceTypeWeb()Indicates whether users can access their WorkSpaces through a web browser.AccessPropertyValueWorkspaceAccessProperties. deviceTypeWindows()Indicates whether users can use Windows clients to access their WorkSpaces.AccessPropertyValueWorkspaceAccessProperties. deviceTypeZeroClient()Indicates whether users can use zero client devices to access their WorkSpaces.static AccessPropertyValueAccessPropertyValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AccessPropertyValueAccessPropertyValue. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessPropertyValue[]AccessPropertyValue. 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 AccessPropertyValue Modifier and Type Method Description static Set<AccessPropertyValue>AccessPropertyValue. knownValues()Methods in software.amazon.awssdk.services.workspaces.model with parameters of type AccessPropertyValue Modifier and Type Method Description WorkspaceAccessProperties.BuilderWorkspaceAccessProperties.Builder. deviceTypeAndroid(AccessPropertyValue deviceTypeAndroid)Indicates whether users can use Android and Android-compatible Chrome OS devices to access their WorkSpaces.WorkspaceAccessProperties.BuilderWorkspaceAccessProperties.Builder. deviceTypeChromeOs(AccessPropertyValue deviceTypeChromeOs)Indicates whether users can use Chromebooks to access their WorkSpaces.WorkspaceAccessProperties.BuilderWorkspaceAccessProperties.Builder. deviceTypeIos(AccessPropertyValue deviceTypeIos)Indicates whether users can use iOS devices to access their WorkSpaces.WorkspaceAccessProperties.BuilderWorkspaceAccessProperties.Builder. deviceTypeLinux(AccessPropertyValue deviceTypeLinux)Indicates whether users can use Linux clients to access their WorkSpaces.WorkspaceAccessProperties.BuilderWorkspaceAccessProperties.Builder. deviceTypeOsx(AccessPropertyValue deviceTypeOsx)Indicates whether users can use macOS clients to access their WorkSpaces.WorkspaceAccessProperties.BuilderWorkspaceAccessProperties.Builder. deviceTypeWeb(AccessPropertyValue deviceTypeWeb)Indicates whether users can access their WorkSpaces through a web browser.WorkspaceAccessProperties.BuilderWorkspaceAccessProperties.Builder. deviceTypeWindows(AccessPropertyValue deviceTypeWindows)Indicates whether users can use Windows clients to access their WorkSpaces.WorkspaceAccessProperties.BuilderWorkspaceAccessProperties.Builder. deviceTypeZeroClient(AccessPropertyValue deviceTypeZeroClient)Indicates whether users can use zero client devices to access their WorkSpaces.
-