| Package | Description |
|---|---|
| com.amazonaws.services.workspacesweb.model |
| Modifier and Type | Method and Description |
|---|---|
BrowserSettings |
BrowserSettings.addAdditionalEncryptionContextEntry(String key,
String value)
Add a single AdditionalEncryptionContext entry
|
BrowserSettings |
BrowserSettings.clearAdditionalEncryptionContextEntries()
Removes all the entries added into AdditionalEncryptionContext.
|
BrowserSettings |
BrowserSettings.clone() |
BrowserSettings |
GetBrowserSettingsResult.getBrowserSettings()
The browser settings.
|
BrowserSettings |
UpdateBrowserSettingsResult.getBrowserSettings()
The browser settings.
|
BrowserSettings |
BrowserSettings.withAdditionalEncryptionContext(Map<String,String> additionalEncryptionContext)
The additional encryption context of the browser settings.
|
BrowserSettings |
BrowserSettings.withAssociatedPortalArns(Collection<String> associatedPortalArns)
A list of web portal ARNs that this browser settings is associated with.
|
BrowserSettings |
BrowserSettings.withAssociatedPortalArns(String... associatedPortalArns)
A list of web portal ARNs that this browser settings is associated with.
|
BrowserSettings |
BrowserSettings.withBrowserPolicy(String browserPolicy)
A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
|
BrowserSettings |
BrowserSettings.withBrowserSettingsArn(String browserSettingsArn)
The ARN of the browser settings.
|
BrowserSettings |
BrowserSettings.withCustomerManagedKey(String customerManagedKey)
The customer managed key used to encrypt sensitive information in the browser settings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetBrowserSettingsResult.setBrowserSettings(BrowserSettings browserSettings)
The browser settings.
|
void |
UpdateBrowserSettingsResult.setBrowserSettings(BrowserSettings browserSettings)
The browser settings.
|
GetBrowserSettingsResult |
GetBrowserSettingsResult.withBrowserSettings(BrowserSettings browserSettings)
The browser settings.
|
UpdateBrowserSettingsResult |
UpdateBrowserSettingsResult.withBrowserSettings(BrowserSettings browserSettings)
The browser settings.
|
Copyright © 2025. All rights reserved.