| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspacesweb.model |
| Modifier and Type | Method and Description |
|---|---|
List<CookieSpecification> |
CookieSynchronizationConfiguration.allowlist()
The list of cookie specifications that are allowed to be synchronized to the remote browser.
|
List<CookieSpecification> |
CookieSynchronizationConfiguration.blocklist()
The list of cookie specifications that are blocked from being synchronized to the remote browser.
|
| Modifier and Type | Method and Description |
|---|---|
CookieSynchronizationConfiguration.Builder |
CookieSynchronizationConfiguration.Builder.allowlist(CookieSpecification... allowlist)
The list of cookie specifications that are allowed to be synchronized to the remote browser.
|
CookieSynchronizationConfiguration.Builder |
CookieSynchronizationConfiguration.Builder.blocklist(CookieSpecification... blocklist)
The list of cookie specifications that are blocked from being synchronized to the remote browser.
|
| Modifier and Type | Method and Description |
|---|---|
CookieSynchronizationConfiguration.Builder |
CookieSynchronizationConfiguration.Builder.allowlist(Collection<CookieSpecification> allowlist)
The list of cookie specifications that are allowed to be synchronized to the remote browser.
|
CookieSynchronizationConfiguration.Builder |
CookieSynchronizationConfiguration.Builder.blocklist(Collection<CookieSpecification> blocklist)
The list of cookie specifications that are blocked from being synchronized to the remote browser.
|
Copyright © 2023. All rights reserved.