Uses of Class
software.amazon.awssdk.services.workspacesweb.model.CookieSynchronizationConfiguration
-
Packages that use CookieSynchronizationConfiguration Package Description software.amazon.awssdk.services.workspacesweb.model -
-
Uses of CookieSynchronizationConfiguration in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return CookieSynchronizationConfiguration Modifier and Type Method Description CookieSynchronizationConfigurationCreateUserSettingsRequest. cookieSynchronizationConfiguration()The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.CookieSynchronizationConfigurationUpdateUserSettingsRequest. cookieSynchronizationConfiguration()The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.CookieSynchronizationConfigurationUserSettings. cookieSynchronizationConfiguration()The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.CookieSynchronizationConfigurationUserSettingsSummary. cookieSynchronizationConfiguration()The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.Methods in software.amazon.awssdk.services.workspacesweb.model with parameters of type CookieSynchronizationConfiguration Modifier and Type Method Description CreateUserSettingsRequest.BuilderCreateUserSettingsRequest.Builder. cookieSynchronizationConfiguration(CookieSynchronizationConfiguration cookieSynchronizationConfiguration)The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.UpdateUserSettingsRequest.BuilderUpdateUserSettingsRequest.Builder. cookieSynchronizationConfiguration(CookieSynchronizationConfiguration cookieSynchronizationConfiguration)The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.UserSettings.BuilderUserSettings.Builder. cookieSynchronizationConfiguration(CookieSynchronizationConfiguration cookieSynchronizationConfiguration)The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.UserSettingsSummary.BuilderUserSettingsSummary.Builder. cookieSynchronizationConfiguration(CookieSynchronizationConfiguration cookieSynchronizationConfiguration)The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.
-