| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
WorkspaceAccessProperties |
WorkspaceAccessProperties.clone() |
WorkspaceAccessProperties |
ModifyWorkspaceAccessPropertiesRequest.getWorkspaceAccessProperties()
The device types and operating systems to enable or disable for access.
|
WorkspaceAccessProperties |
WorkspaceDirectory.getWorkspaceAccessProperties()
The devices and operating systems that users can use to access WorkSpaces.
|
WorkspaceAccessProperties |
WorkspaceAccessProperties.withDeviceTypeAndroid(AccessPropertyValue deviceTypeAndroid)
Indicates whether users can use Android and Android-compatible Chrome OS devices to access their WorkSpaces.
|
WorkspaceAccessProperties |
WorkspaceAccessProperties.withDeviceTypeAndroid(String 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.withDeviceTypeChromeOs(String 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.withDeviceTypeIos(String 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.withDeviceTypeLinux(String 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.withDeviceTypeOsx(String 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.withDeviceTypeWeb(String 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.withDeviceTypeWindows(String 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.
|
WorkspaceAccessProperties |
WorkspaceAccessProperties.withDeviceTypeZeroClient(String deviceTypeZeroClient)
Indicates whether users can use zero client devices to access their WorkSpaces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModifyWorkspaceAccessPropertiesRequest.setWorkspaceAccessProperties(WorkspaceAccessProperties workspaceAccessProperties)
The device types and operating systems to enable or disable for access.
|
void |
WorkspaceDirectory.setWorkspaceAccessProperties(WorkspaceAccessProperties workspaceAccessProperties)
The devices and operating systems that users can use to access WorkSpaces.
|
ModifyWorkspaceAccessPropertiesRequest |
ModifyWorkspaceAccessPropertiesRequest.withWorkspaceAccessProperties(WorkspaceAccessProperties workspaceAccessProperties)
The device types and operating systems to enable or disable for access.
|
WorkspaceDirectory |
WorkspaceDirectory.withWorkspaceAccessProperties(WorkspaceAccessProperties workspaceAccessProperties)
The devices and operating systems that users can use to access WorkSpaces.
|
Copyright © 2021. All rights reserved.