Uses of Class
software.amazon.awssdk.services.workspacesweb.model.BrowserType
-
Packages that use BrowserType Package Description software.amazon.awssdk.services.workspacesweb.model -
-
Uses of BrowserType in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return BrowserType Modifier and Type Method Description BrowserTypePortal. browserType()The browser that users see when using a streaming session.BrowserTypePortalSummary. browserType()The browser type of the web portal.static BrowserTypeBrowserType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BrowserTypeBrowserType. 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.Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type BrowserType Modifier and Type Method Description static Set<BrowserType>BrowserType. knownValues()Methods in software.amazon.awssdk.services.workspacesweb.model with parameters of type BrowserType Modifier and Type Method Description Portal.BuilderPortal.Builder. browserType(BrowserType browserType)The browser that users see when using a streaming session.PortalSummary.BuilderPortalSummary.Builder. browserType(BrowserType browserType)The browser type of the web portal.
-