Uses of Class
software.amazon.awssdk.services.workspacesweb.model.CookieSpecification
-
Packages that use CookieSpecification Package Description software.amazon.awssdk.services.workspacesweb.model -
-
Uses of CookieSpecification in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type CookieSpecification Modifier and Type Method 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.Methods in software.amazon.awssdk.services.workspacesweb.model with parameters of type CookieSpecification Modifier and Type Method Description CookieSynchronizationConfiguration.BuilderCookieSynchronizationConfiguration.Builder. allowlist(CookieSpecification... allowlist)The list of cookie specifications that are allowed to be synchronized to the remote browser.CookieSynchronizationConfiguration.BuilderCookieSynchronizationConfiguration.Builder. blocklist(CookieSpecification... blocklist)The list of cookie specifications that are blocked from being synchronized to the remote browser.Method parameters in software.amazon.awssdk.services.workspacesweb.model with type arguments of type CookieSpecification Modifier and Type Method Description CookieSynchronizationConfiguration.BuilderCookieSynchronizationConfiguration.Builder. allowlist(Collection<CookieSpecification> allowlist)The list of cookie specifications that are allowed to be synchronized to the remote browser.CookieSynchronizationConfiguration.BuilderCookieSynchronizationConfiguration.Builder. blocklist(Collection<CookieSpecification> blocklist)The list of cookie specifications that are blocked from being synchronized to the remote browser.
-