| Package | Description |
|---|---|
| com.amazonaws.services.workspacesweb.model |
| Modifier and Type | Method and Description |
|---|---|
CookieSynchronizationConfiguration |
CookieSynchronizationConfiguration.clone() |
CookieSynchronizationConfiguration |
UserSettingsSummary.getCookieSynchronizationConfiguration()
The configuration that specifies which cookies should be synchronized from the end user's local browser to the
remote browser.
|
CookieSynchronizationConfiguration |
UserSettings.getCookieSynchronizationConfiguration()
The configuration that specifies which cookies should be synchronized from the end user's local browser to the
remote browser.
|
CookieSynchronizationConfiguration |
CreateUserSettingsRequest.getCookieSynchronizationConfiguration()
The configuration that specifies which cookies should be synchronized from the end user's local browser to the
remote browser.
|
CookieSynchronizationConfiguration |
UpdateUserSettingsRequest.getCookieSynchronizationConfiguration()
The configuration that specifies which cookies should be synchronized from the end user's local browser to the
remote browser.
|
CookieSynchronizationConfiguration |
CookieSynchronizationConfiguration.withAllowlist(Collection<CookieSpecification> allowlist)
The list of cookie specifications that are allowed to be synchronized to the remote browser.
|
CookieSynchronizationConfiguration |
CookieSynchronizationConfiguration.withAllowlist(CookieSpecification... allowlist)
The list of cookie specifications that are allowed to be synchronized to the remote browser.
|
CookieSynchronizationConfiguration |
CookieSynchronizationConfiguration.withBlocklist(Collection<CookieSpecification> blocklist)
The list of cookie specifications that are blocked from being synchronized to the remote browser.
|
CookieSynchronizationConfiguration |
CookieSynchronizationConfiguration.withBlocklist(CookieSpecification... blocklist)
The list of cookie specifications that are blocked from being synchronized to the remote browser.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserSettingsSummary.setCookieSynchronizationConfiguration(CookieSynchronizationConfiguration cookieSynchronizationConfiguration)
The configuration that specifies which cookies should be synchronized from the end user's local browser to the
remote browser.
|
void |
UserSettings.setCookieSynchronizationConfiguration(CookieSynchronizationConfiguration cookieSynchronizationConfiguration)
The configuration that specifies which cookies should be synchronized from the end user's local browser to the
remote browser.
|
void |
CreateUserSettingsRequest.setCookieSynchronizationConfiguration(CookieSynchronizationConfiguration cookieSynchronizationConfiguration)
The configuration that specifies which cookies should be synchronized from the end user's local browser to the
remote browser.
|
void |
UpdateUserSettingsRequest.setCookieSynchronizationConfiguration(CookieSynchronizationConfiguration cookieSynchronizationConfiguration)
The configuration that specifies which cookies should be synchronized from the end user's local browser to the
remote browser.
|
UserSettingsSummary |
UserSettingsSummary.withCookieSynchronizationConfiguration(CookieSynchronizationConfiguration cookieSynchronizationConfiguration)
The configuration that specifies which cookies should be synchronized from the end user's local browser to the
remote browser.
|
UserSettings |
UserSettings.withCookieSynchronizationConfiguration(CookieSynchronizationConfiguration cookieSynchronizationConfiguration)
The configuration that specifies which cookies should be synchronized from the end user's local browser to the
remote browser.
|
CreateUserSettingsRequest |
CreateUserSettingsRequest.withCookieSynchronizationConfiguration(CookieSynchronizationConfiguration cookieSynchronizationConfiguration)
The configuration that specifies which cookies should be synchronized from the end user's local browser to the
remote browser.
|
UpdateUserSettingsRequest |
UpdateUserSettingsRequest.withCookieSynchronizationConfiguration(CookieSynchronizationConfiguration cookieSynchronizationConfiguration)
The configuration that specifies which cookies should be synchronized from the end user's local browser to the
remote browser.
|
Copyright © 2023. All rights reserved.