| Package | Description |
|---|---|
| com.amazonaws.services.workspacesweb.model |
| Modifier and Type | Method and Description |
|---|---|
Portal |
Portal.clone() |
Portal |
GetPortalResult.getPortal()
The web portal.
|
Portal |
UpdatePortalResult.getPortal()
The web portal.
|
Portal |
Portal.withAuthenticationType(AuthenticationType authenticationType)
The type of authentication integration points used when signing into the web portal.
|
Portal |
Portal.withAuthenticationType(String authenticationType)
The type of authentication integration points used when signing into the web portal.
|
Portal |
Portal.withBrowserSettingsArn(String browserSettingsArn)
The ARN of the browser settings that is associated with this web portal.
|
Portal |
Portal.withBrowserType(BrowserType browserType)
The browser that users see when using a streaming session.
|
Portal |
Portal.withBrowserType(String browserType)
The browser that users see when using a streaming session.
|
Portal |
Portal.withCreationDate(Date creationDate)
The creation date of the web portal.
|
Portal |
Portal.withDisplayName(String displayName)
The name of the web portal.
|
Portal |
Portal.withIpAccessSettingsArn(String ipAccessSettingsArn)
The ARN of the IP access settings.
|
Portal |
Portal.withNetworkSettingsArn(String networkSettingsArn)
The ARN of the network settings that is associated with the web portal.
|
Portal |
Portal.withPortalArn(String portalArn)
The ARN of the web portal.
|
Portal |
Portal.withPortalEndpoint(String portalEndpoint)
The endpoint URL of the web portal that users access in order to start streaming sessions.
|
Portal |
Portal.withPortalStatus(PortalStatus portalStatus)
The status of the web portal.
|
Portal |
Portal.withPortalStatus(String portalStatus)
The status of the web portal.
|
Portal |
Portal.withRendererType(RendererType rendererType)
The renderer that is used in streaming sessions.
|
Portal |
Portal.withRendererType(String rendererType)
The renderer that is used in streaming sessions.
|
Portal |
Portal.withStatusReason(String statusReason)
A message that explains why the web portal is in its current status.
|
Portal |
Portal.withTrustStoreArn(String trustStoreArn)
The ARN of the trust store that is associated with the web portal.
|
Portal |
Portal.withUserAccessLoggingSettingsArn(String userAccessLoggingSettingsArn)
The ARN of the user access logging settings that is associated with the web portal.
|
Portal |
Portal.withUserSettingsArn(String userSettingsArn)
The ARN of the user settings that is associated with the web portal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetPortalResult.setPortal(Portal portal)
The web portal.
|
void |
UpdatePortalResult.setPortal(Portal portal)
The web portal.
|
GetPortalResult |
GetPortalResult.withPortal(Portal portal)
The web portal.
|
UpdatePortalResult |
UpdatePortalResult.withPortal(Portal portal)
The web portal.
|
Copyright © 2023. All rights reserved.