| Package | Description |
|---|---|
| com.amazonaws.services.workspacesweb.model |
| Modifier and Type | Method and Description |
|---|---|
Portal |
Portal.addAdditionalEncryptionContextEntry(String key,
String value)
Add a single AdditionalEncryptionContext entry
|
Portal |
Portal.clearAdditionalEncryptionContextEntries()
Removes all the entries added into AdditionalEncryptionContext.
|
Portal |
Portal.clone() |
Portal |
UpdatePortalResult.getPortal()
The web portal.
|
Portal |
GetPortalResult.getPortal()
The web portal.
|
Portal |
Portal.withAdditionalEncryptionContext(Map<String,String> additionalEncryptionContext)
The additional encryption context of the 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.withCustomerManagedKey(String customerManagedKey)
The customer managed key used to encrypt sensitive information in the portal.
|
Portal |
Portal.withDisplayName(String displayName)
The name of the web portal.
|
Portal |
Portal.withInstanceType(InstanceType instanceType)
The type and resources of the underlying instance.
|
Portal |
Portal.withInstanceType(String instanceType)
The type and resources of the underlying instance.
|
Portal |
Portal.withIpAccessSettingsArn(String ipAccessSettingsArn)
The ARN of the IP access settings.
|
Portal |
Portal.withMaxConcurrentSessions(Integer maxConcurrentSessions)
The maximum number of concurrent sessions for the portal.
|
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 |
UpdatePortalResult.setPortal(Portal portal)
The web portal.
|
void |
GetPortalResult.setPortal(Portal portal)
The web portal.
|
UpdatePortalResult |
UpdatePortalResult.withPortal(Portal portal)
The web portal.
|
GetPortalResult |
GetPortalResult.withPortal(Portal portal)
The web portal.
|
Copyright © 2025. All rights reserved.