| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspacesweb.model |
| Modifier and Type | Method and Description |
|---|---|
BrowserType |
Portal.browserType()
The browser that users see when using a streaming session.
|
BrowserType |
PortalSummary.browserType()
The browser type of the web portal.
|
static BrowserType |
BrowserType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static BrowserType |
BrowserType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrowserType[] |
BrowserType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<BrowserType> |
BrowserType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Portal.Builder |
Portal.Builder.browserType(BrowserType browserType)
The browser that users see when using a streaming session.
|
PortalSummary.Builder |
PortalSummary.Builder.browserType(BrowserType browserType)
The browser type of the web portal.
|
Copyright © 2022. All rights reserved.