| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspacesweb.model |
| Modifier and Type | Method and Description |
|---|---|
EnabledType |
UserSettings.copyAllowed()
Specifies whether the user can copy text from the streaming session to the local device.
|
EnabledType |
UserSettingsSummary.copyAllowed()
Specifies whether the user can copy text from the streaming session to the local device.
|
EnabledType |
UpdateUserSettingsRequest.copyAllowed()
Specifies whether the user can copy text from the streaming session to the local device.
|
EnabledType |
CreateUserSettingsRequest.copyAllowed()
Specifies whether the user can copy text from the streaming session to the local device.
|
EnabledType |
UserSettings.downloadAllowed()
Specifies whether the user can download files from the streaming session to the local device.
|
EnabledType |
UserSettingsSummary.downloadAllowed()
Specifies whether the user can download files from the streaming session to the local device.
|
EnabledType |
UpdateUserSettingsRequest.downloadAllowed()
Specifies whether the user can download files from the streaming session to the local device.
|
EnabledType |
CreateUserSettingsRequest.downloadAllowed()
Specifies whether the user can download files from the streaming session to the local device.
|
static EnabledType |
EnabledType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
EnabledType |
UserSettings.pasteAllowed()
Specifies whether the user can paste text from the local device to the streaming session.
|
EnabledType |
UserSettingsSummary.pasteAllowed()
Specifies whether the user can paste text from the local device to the streaming session.
|
EnabledType |
UpdateUserSettingsRequest.pasteAllowed()
Specifies whether the user can paste text from the local device to the streaming session.
|
EnabledType |
CreateUserSettingsRequest.pasteAllowed()
Specifies whether the user can paste text from the local device to the streaming session.
|
EnabledType |
UserSettings.printAllowed()
Specifies whether the user can print to the local device.
|
EnabledType |
UserSettingsSummary.printAllowed()
Specifies whether the user can print to the local device.
|
EnabledType |
UpdateUserSettingsRequest.printAllowed()
Specifies whether the user can print to the local device.
|
EnabledType |
CreateUserSettingsRequest.printAllowed()
Specifies whether the user can print to the local device.
|
EnabledType |
UserSettings.uploadAllowed()
Specifies whether the user can upload files from the local device to the streaming session.
|
EnabledType |
UserSettingsSummary.uploadAllowed()
Specifies whether the user can upload files from the local device to the streaming session.
|
EnabledType |
UpdateUserSettingsRequest.uploadAllowed()
Specifies whether the user can upload files from the local device to the streaming session.
|
EnabledType |
CreateUserSettingsRequest.uploadAllowed()
Specifies whether the user can upload files from the local device to the streaming session.
|
static EnabledType |
EnabledType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnabledType[] |
EnabledType.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<EnabledType> |
EnabledType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UserSettings.Builder |
UserSettings.Builder.copyAllowed(EnabledType copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
|
UserSettingsSummary.Builder |
UserSettingsSummary.Builder.copyAllowed(EnabledType copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
|
UpdateUserSettingsRequest.Builder |
UpdateUserSettingsRequest.Builder.copyAllowed(EnabledType copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
|
CreateUserSettingsRequest.Builder |
CreateUserSettingsRequest.Builder.copyAllowed(EnabledType copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
|
UserSettings.Builder |
UserSettings.Builder.downloadAllowed(EnabledType downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
|
UserSettingsSummary.Builder |
UserSettingsSummary.Builder.downloadAllowed(EnabledType downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
|
UpdateUserSettingsRequest.Builder |
UpdateUserSettingsRequest.Builder.downloadAllowed(EnabledType downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
|
CreateUserSettingsRequest.Builder |
CreateUserSettingsRequest.Builder.downloadAllowed(EnabledType downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
|
UserSettings.Builder |
UserSettings.Builder.pasteAllowed(EnabledType pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
|
UserSettingsSummary.Builder |
UserSettingsSummary.Builder.pasteAllowed(EnabledType pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
|
UpdateUserSettingsRequest.Builder |
UpdateUserSettingsRequest.Builder.pasteAllowed(EnabledType pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
|
CreateUserSettingsRequest.Builder |
CreateUserSettingsRequest.Builder.pasteAllowed(EnabledType pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
|
UserSettings.Builder |
UserSettings.Builder.printAllowed(EnabledType printAllowed)
Specifies whether the user can print to the local device.
|
UserSettingsSummary.Builder |
UserSettingsSummary.Builder.printAllowed(EnabledType printAllowed)
Specifies whether the user can print to the local device.
|
UpdateUserSettingsRequest.Builder |
UpdateUserSettingsRequest.Builder.printAllowed(EnabledType printAllowed)
Specifies whether the user can print to the local device.
|
CreateUserSettingsRequest.Builder |
CreateUserSettingsRequest.Builder.printAllowed(EnabledType printAllowed)
Specifies whether the user can print to the local device.
|
UserSettings.Builder |
UserSettings.Builder.uploadAllowed(EnabledType uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
|
UserSettingsSummary.Builder |
UserSettingsSummary.Builder.uploadAllowed(EnabledType uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
|
UpdateUserSettingsRequest.Builder |
UpdateUserSettingsRequest.Builder.uploadAllowed(EnabledType uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
|
CreateUserSettingsRequest.Builder |
CreateUserSettingsRequest.Builder.uploadAllowed(EnabledType uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
|
Copyright © 2022. All rights reserved.