Uses of Class
services.workspacesweb.CfnUserSettings.Builder
Packages that use CfnUserSettings.Builder
-
Uses of CfnUserSettings.Builder in services.workspacesweb
Methods in services.workspacesweb that return CfnUserSettings.BuilderModifier and TypeMethodDescriptionCfnUserSettings.Builder.additionalEncryptionContext(Map<String, String> additionalEncryptionContext) CfnUserSettings.Builder.additionalEncryptionContext(IResolvable additionalEncryptionContext) CfnUserSettings.Builder.cookieSynchronizationConfiguration(CfnUserSettings.CookieSynchronizationConfigurationProperty cookieSynchronizationConfiguration) The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.CfnUserSettings.Builder.cookieSynchronizationConfiguration(IResolvable cookieSynchronizationConfiguration) The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.CfnUserSettings.Builder.copyAllowed(String copyAllowed) Specifies whether the user can copy text from the streaming session to the local device.static CfnUserSettings.BuilderCfnUserSettings.Builder.customerManagedKey(String customerManagedKey) CfnUserSettings.Builder.disconnectTimeoutInMinutes(Number disconnectTimeoutInMinutes) The amount of time that a streaming session remains active after users disconnect.CfnUserSettings.Builder.downloadAllowed(String downloadAllowed) Specifies whether the user can download files from the streaming session to the local device.CfnUserSettings.Builder.idleDisconnectTimeoutInMinutes(Number idleDisconnectTimeoutInMinutes) The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.CfnUserSettings.Builder.pasteAllowed(String pasteAllowed) Specifies whether the user can paste text from the local device to the streaming session.CfnUserSettings.Builder.printAllowed(String printAllowed) Specifies whether the user can print to the local device.The tags to add to the user settings resource.CfnUserSettings.Builder.uploadAllowed(String uploadAllowed) Specifies whether the user can upload files from the local device to the streaming session.