Uses of Class
software.amazon.awssdk.services.workspacesweb.model.EnabledType
-
Packages that use EnabledType Package Description software.amazon.awssdk.services.workspacesweb.model -
-
Uses of EnabledType in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return EnabledType Modifier and Type Method Description EnabledTypeCreateUserSettingsRequest. copyAllowed()Specifies whether the user can copy text from the streaming session to the local device.EnabledTypeUpdateUserSettingsRequest. copyAllowed()Specifies whether the user can copy text from the streaming session to the local device.EnabledTypeUserSettings. copyAllowed()Specifies whether the user can copy text from the streaming session to the local device.EnabledTypeUserSettingsSummary. copyAllowed()Specifies whether the user can copy text from the streaming session to the local device.EnabledTypeCreateUserSettingsRequest. deepLinkAllowed()Specifies whether the user can use deep links that open automatically when connecting to a session.EnabledTypeUpdateUserSettingsRequest. deepLinkAllowed()Specifies whether the user can use deep links that open automatically when connecting to a session.EnabledTypeUserSettings. deepLinkAllowed()Specifies whether the user can use deep links that open automatically when connecting to a session.EnabledTypeUserSettingsSummary. deepLinkAllowed()Specifies whether the user can use deep links that open automatically when connecting to a session.EnabledTypeCreateUserSettingsRequest. downloadAllowed()Specifies whether the user can download files from the streaming session to the local device.EnabledTypeUpdateUserSettingsRequest. downloadAllowed()Specifies whether the user can download files from the streaming session to the local device.EnabledTypeUserSettings. downloadAllowed()Specifies whether the user can download files from the streaming session to the local device.EnabledTypeUserSettingsSummary. downloadAllowed()Specifies whether the user can download files from the streaming session to the local device.static EnabledTypeEnabledType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EnabledTypeCreateUserSettingsRequest. pasteAllowed()Specifies whether the user can paste text from the local device to the streaming session.EnabledTypeUpdateUserSettingsRequest. pasteAllowed()Specifies whether the user can paste text from the local device to the streaming session.EnabledTypeUserSettings. pasteAllowed()Specifies whether the user can paste text from the local device to the streaming session.EnabledTypeUserSettingsSummary. pasteAllowed()Specifies whether the user can paste text from the local device to the streaming session.EnabledTypeCreateUserSettingsRequest. printAllowed()Specifies whether the user can print to the local device.EnabledTypeUpdateUserSettingsRequest. printAllowed()Specifies whether the user can print to the local device.EnabledTypeUserSettings. printAllowed()Specifies whether the user can print to the local device.EnabledTypeUserSettingsSummary. printAllowed()Specifies whether the user can print to the local device.EnabledTypeCreateUserSettingsRequest. uploadAllowed()Specifies whether the user can upload files from the local device to the streaming session.EnabledTypeUpdateUserSettingsRequest. uploadAllowed()Specifies whether the user can upload files from the local device to the streaming session.EnabledTypeUserSettings. uploadAllowed()Specifies whether the user can upload files from the local device to the streaming session.EnabledTypeUserSettingsSummary. uploadAllowed()Specifies whether the user can upload files from the local device to the streaming session.static EnabledTypeEnabledType. 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.Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type EnabledType Modifier and Type Method Description static Set<EnabledType>EnabledType. knownValues()Methods in software.amazon.awssdk.services.workspacesweb.model with parameters of type EnabledType Modifier and Type Method Description CreateUserSettingsRequest.BuilderCreateUserSettingsRequest.Builder. copyAllowed(EnabledType copyAllowed)Specifies whether the user can copy text from the streaming session to the local device.UpdateUserSettingsRequest.BuilderUpdateUserSettingsRequest.Builder. copyAllowed(EnabledType copyAllowed)Specifies whether the user can copy text from the streaming session to the local device.UserSettings.BuilderUserSettings.Builder. copyAllowed(EnabledType copyAllowed)Specifies whether the user can copy text from the streaming session to the local device.UserSettingsSummary.BuilderUserSettingsSummary.Builder. copyAllowed(EnabledType copyAllowed)Specifies whether the user can copy text from the streaming session to the local device.CreateUserSettingsRequest.BuilderCreateUserSettingsRequest.Builder. deepLinkAllowed(EnabledType deepLinkAllowed)Specifies whether the user can use deep links that open automatically when connecting to a session.UpdateUserSettingsRequest.BuilderUpdateUserSettingsRequest.Builder. deepLinkAllowed(EnabledType deepLinkAllowed)Specifies whether the user can use deep links that open automatically when connecting to a session.UserSettings.BuilderUserSettings.Builder. deepLinkAllowed(EnabledType deepLinkAllowed)Specifies whether the user can use deep links that open automatically when connecting to a session.UserSettingsSummary.BuilderUserSettingsSummary.Builder. deepLinkAllowed(EnabledType deepLinkAllowed)Specifies whether the user can use deep links that open automatically when connecting to a session.CreateUserSettingsRequest.BuilderCreateUserSettingsRequest.Builder. downloadAllowed(EnabledType downloadAllowed)Specifies whether the user can download files from the streaming session to the local device.UpdateUserSettingsRequest.BuilderUpdateUserSettingsRequest.Builder. downloadAllowed(EnabledType downloadAllowed)Specifies whether the user can download files from the streaming session to the local device.UserSettings.BuilderUserSettings.Builder. downloadAllowed(EnabledType downloadAllowed)Specifies whether the user can download files from the streaming session to the local device.UserSettingsSummary.BuilderUserSettingsSummary.Builder. downloadAllowed(EnabledType downloadAllowed)Specifies whether the user can download files from the streaming session to the local device.CreateUserSettingsRequest.BuilderCreateUserSettingsRequest.Builder. pasteAllowed(EnabledType pasteAllowed)Specifies whether the user can paste text from the local device to the streaming session.UpdateUserSettingsRequest.BuilderUpdateUserSettingsRequest.Builder. pasteAllowed(EnabledType pasteAllowed)Specifies whether the user can paste text from the local device to the streaming session.UserSettings.BuilderUserSettings.Builder. pasteAllowed(EnabledType pasteAllowed)Specifies whether the user can paste text from the local device to the streaming session.UserSettingsSummary.BuilderUserSettingsSummary.Builder. pasteAllowed(EnabledType pasteAllowed)Specifies whether the user can paste text from the local device to the streaming session.CreateUserSettingsRequest.BuilderCreateUserSettingsRequest.Builder. printAllowed(EnabledType printAllowed)Specifies whether the user can print to the local device.UpdateUserSettingsRequest.BuilderUpdateUserSettingsRequest.Builder. printAllowed(EnabledType printAllowed)Specifies whether the user can print to the local device.UserSettings.BuilderUserSettings.Builder. printAllowed(EnabledType printAllowed)Specifies whether the user can print to the local device.UserSettingsSummary.BuilderUserSettingsSummary.Builder. printAllowed(EnabledType printAllowed)Specifies whether the user can print to the local device.CreateUserSettingsRequest.BuilderCreateUserSettingsRequest.Builder. uploadAllowed(EnabledType uploadAllowed)Specifies whether the user can upload files from the local device to the streaming session.UpdateUserSettingsRequest.BuilderUpdateUserSettingsRequest.Builder. uploadAllowed(EnabledType uploadAllowed)Specifies whether the user can upload files from the local device to the streaming session.UserSettings.BuilderUserSettings.Builder. uploadAllowed(EnabledType uploadAllowed)Specifies whether the user can upload files from the local device to the streaming session.UserSettingsSummary.BuilderUserSettingsSummary.Builder. uploadAllowed(EnabledType uploadAllowed)Specifies whether the user can upload files from the local device to the streaming session.
-