| Package | Description |
|---|---|
| com.amazonaws.services.workspacesweb.model |
| Modifier and Type | Method and Description |
|---|---|
PortalSummary |
PortalSummary.clone() |
PortalSummary |
PortalSummary.withAuthenticationType(AuthenticationType authenticationType)
The type of authentication integration points used when signing into the web portal.
|
PortalSummary |
PortalSummary.withAuthenticationType(String authenticationType)
The type of authentication integration points used when signing into the web portal.
|
PortalSummary |
PortalSummary.withBrowserSettingsArn(String browserSettingsArn)
The ARN of the browser settings that is associated with the web portal.
|
PortalSummary |
PortalSummary.withBrowserType(BrowserType browserType)
The browser type of the web portal.
|
PortalSummary |
PortalSummary.withBrowserType(String browserType)
The browser type of the web portal.
|
PortalSummary |
PortalSummary.withCreationDate(Date creationDate)
The creation date of the web portal.
|
PortalSummary |
PortalSummary.withDisplayName(String displayName)
The name of the web portal.
|
PortalSummary |
PortalSummary.withIpAccessSettingsArn(String ipAccessSettingsArn)
The ARN of the IP access settings.
|
PortalSummary |
PortalSummary.withNetworkSettingsArn(String networkSettingsArn)
The ARN of the network settings that is associated with the web portal.
|
PortalSummary |
PortalSummary.withPortalArn(String portalArn)
The ARN of the web portal.
|
PortalSummary |
PortalSummary.withPortalEndpoint(String portalEndpoint)
The endpoint URL of the web portal that users access in order to start streaming sessions.
|
PortalSummary |
PortalSummary.withPortalStatus(PortalStatus portalStatus)
The status of the web portal.
|
PortalSummary |
PortalSummary.withPortalStatus(String portalStatus)
The status of the web portal.
|
PortalSummary |
PortalSummary.withRendererType(RendererType rendererType)
The renderer that is used in streaming sessions.
|
PortalSummary |
PortalSummary.withRendererType(String rendererType)
The renderer that is used in streaming sessions.
|
PortalSummary |
PortalSummary.withTrustStoreArn(String trustStoreArn)
The ARN of the trust that is associated with this web portal.
|
PortalSummary |
PortalSummary.withUserAccessLoggingSettingsArn(String userAccessLoggingSettingsArn)
The ARN of the user access logging settings that is associated with the web portal.
|
PortalSummary |
PortalSummary.withUserSettingsArn(String userSettingsArn)
The ARN of the user settings that is associated with the web portal.
|
| Modifier and Type | Method and Description |
|---|---|
List<PortalSummary> |
ListPortalsResult.getPortals()
The portals in the list.
|
| Modifier and Type | Method and Description |
|---|---|
ListPortalsResult |
ListPortalsResult.withPortals(PortalSummary... portals)
The portals in the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPortalsResult.setPortals(Collection<PortalSummary> portals)
The portals in the list.
|
ListPortalsResult |
ListPortalsResult.withPortals(Collection<PortalSummary> portals)
The portals in the list.
|
Copyright © 2023. All rights reserved.