| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static AccessPropertyValue |
AccessPropertyValue.fromValue(String value)
Use this in place of valueOf.
|
static AccessPropertyValue |
AccessPropertyValue.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.
|
| Modifier and Type | Method and Description |
|---|---|
WorkspaceAccessProperties |
WorkspaceAccessProperties.withDeviceTypeAndroid(AccessPropertyValue deviceTypeAndroid)
Indicates whether users can use Android and Android-compatible Chrome OS devices to access their WorkSpaces.
|
WorkspaceAccessProperties |
WorkspaceAccessProperties.withDeviceTypeChromeOs(AccessPropertyValue deviceTypeChromeOs)
Indicates whether users can use Chromebooks to access their WorkSpaces.
|
WorkspaceAccessProperties |
WorkspaceAccessProperties.withDeviceTypeIos(AccessPropertyValue deviceTypeIos)
Indicates whether users can use iOS devices to access their WorkSpaces.
|
WorkspaceAccessProperties |
WorkspaceAccessProperties.withDeviceTypeLinux(AccessPropertyValue deviceTypeLinux)
Indicates whether users can use Linux clients to access their WorkSpaces.
|
WorkspaceAccessProperties |
WorkspaceAccessProperties.withDeviceTypeOsx(AccessPropertyValue deviceTypeOsx)
Indicates whether users can use macOS clients to access their WorkSpaces.
|
WorkspaceAccessProperties |
WorkspaceAccessProperties.withDeviceTypeWeb(AccessPropertyValue deviceTypeWeb)
Indicates whether users can access their WorkSpaces through a web browser.
|
WorkspaceAccessProperties |
WorkspaceAccessProperties.withDeviceTypeWindows(AccessPropertyValue deviceTypeWindows)
Indicates whether users can use Windows clients to access their WorkSpaces.
|
WorkspaceAccessProperties |
WorkspaceAccessProperties.withDeviceTypeZeroClient(AccessPropertyValue deviceTypeZeroClient)
Indicates whether users can use zero client devices to access their WorkSpaces.
|
Copyright © 2021. All rights reserved.