| Package | Description |
|---|---|
| com.amazonaws.services.workspacesweb.model |
| Modifier and Type | Method and Description |
|---|---|
CookieSpecification |
CookieSpecification.clone() |
CookieSpecification |
CookieSpecification.withDomain(String domain)
The domain of the cookie.
|
CookieSpecification |
CookieSpecification.withName(String name)
The name of the cookie.
|
CookieSpecification |
CookieSpecification.withPath(String path)
The path of the cookie.
|
| Modifier and Type | Method and Description |
|---|---|
List<CookieSpecification> |
CookieSynchronizationConfiguration.getAllowlist()
The list of cookie specifications that are allowed to be synchronized to the remote browser.
|
List<CookieSpecification> |
CookieSynchronizationConfiguration.getBlocklist()
The list of cookie specifications that are blocked from being synchronized to the remote browser.
|
| Modifier and Type | Method and Description |
|---|---|
CookieSynchronizationConfiguration |
CookieSynchronizationConfiguration.withAllowlist(CookieSpecification... allowlist)
The list of cookie specifications that are allowed to be 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 |
CookieSynchronizationConfiguration.setAllowlist(Collection<CookieSpecification> allowlist)
The list of cookie specifications that are allowed to be synchronized to the remote browser.
|
void |
CookieSynchronizationConfiguration.setBlocklist(Collection<CookieSpecification> blocklist)
The list of cookie specifications that are blocked from being synchronized 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.withBlocklist(Collection<CookieSpecification> blocklist)
The list of cookie specifications that are blocked from being synchronized to the remote browser.
|
Copyright © 2023. All rights reserved.