| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
AccessPropertyValue |
WorkspaceAccessProperties.deviceTypeAndroid()
Indicates whether users can use Android and Android-compatible Chrome OS devices to access their WorkSpaces.
|
AccessPropertyValue |
WorkspaceAccessProperties.deviceTypeChromeOs()
Indicates whether users can use Chromebooks to access their WorkSpaces.
|
AccessPropertyValue |
WorkspaceAccessProperties.deviceTypeIos()
Indicates whether users can use iOS devices to access their WorkSpaces.
|
AccessPropertyValue |
WorkspaceAccessProperties.deviceTypeLinux()
Indicates whether users can use Linux clients to access their WorkSpaces.
|
AccessPropertyValue |
WorkspaceAccessProperties.deviceTypeOsx()
Indicates whether users can use macOS clients to access their WorkSpaces.
|
AccessPropertyValue |
WorkspaceAccessProperties.deviceTypeWeb()
Indicates whether users can access their WorkSpaces through a web browser.
|
AccessPropertyValue |
WorkspaceAccessProperties.deviceTypeWindows()
Indicates whether users can use Windows clients to access their WorkSpaces.
|
AccessPropertyValue |
WorkspaceAccessProperties.deviceTypeZeroClient()
Indicates whether users can use zero client devices to access their WorkSpaces.
|
static AccessPropertyValue |
AccessPropertyValue.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<AccessPropertyValue> |
AccessPropertyValue.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
WorkspaceAccessProperties.Builder |
WorkspaceAccessProperties.Builder.deviceTypeAndroid(AccessPropertyValue deviceTypeAndroid)
Indicates whether users can use Android and Android-compatible Chrome OS devices to access their WorkSpaces.
|
WorkspaceAccessProperties.Builder |
WorkspaceAccessProperties.Builder.deviceTypeChromeOs(AccessPropertyValue deviceTypeChromeOs)
Indicates whether users can use Chromebooks to access their WorkSpaces.
|
WorkspaceAccessProperties.Builder |
WorkspaceAccessProperties.Builder.deviceTypeIos(AccessPropertyValue deviceTypeIos)
Indicates whether users can use iOS devices to access their WorkSpaces.
|
WorkspaceAccessProperties.Builder |
WorkspaceAccessProperties.Builder.deviceTypeLinux(AccessPropertyValue deviceTypeLinux)
Indicates whether users can use Linux clients to access their WorkSpaces.
|
WorkspaceAccessProperties.Builder |
WorkspaceAccessProperties.Builder.deviceTypeOsx(AccessPropertyValue deviceTypeOsx)
Indicates whether users can use macOS clients to access their WorkSpaces.
|
WorkspaceAccessProperties.Builder |
WorkspaceAccessProperties.Builder.deviceTypeWeb(AccessPropertyValue deviceTypeWeb)
Indicates whether users can access their WorkSpaces through a web browser.
|
WorkspaceAccessProperties.Builder |
WorkspaceAccessProperties.Builder.deviceTypeWindows(AccessPropertyValue deviceTypeWindows)
Indicates whether users can use Windows clients to access their WorkSpaces.
|
WorkspaceAccessProperties.Builder |
WorkspaceAccessProperties.Builder.deviceTypeZeroClient(AccessPropertyValue deviceTypeZeroClient)
Indicates whether users can use zero client devices to access their WorkSpaces.
|
Copyright © 2023. All rights reserved.