| Package | Description |
|---|---|
| com.amazonaws.services.workspacesweb |
Amazon WorkSpaces Secure Browser is a low cost, fully managed WorkSpace built specifically to facilitate secure,
web-based workloads.
|
| com.amazonaws.services.workspacesweb.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdatePortalResult> |
AmazonWorkSpacesWebAsyncClient.updatePortalAsync(UpdatePortalRequest request,
AsyncHandler<UpdatePortalRequest,UpdatePortalResult> asyncHandler) |
Future<UpdatePortalResult> |
AmazonWorkSpacesWebAsync.updatePortalAsync(UpdatePortalRequest updatePortalRequest,
AsyncHandler<UpdatePortalRequest,UpdatePortalResult> asyncHandler)
Updates a web portal.
|
Future<UpdatePortalResult> |
AbstractAmazonWorkSpacesWebAsync.updatePortalAsync(UpdatePortalRequest request,
AsyncHandler<UpdatePortalRequest,UpdatePortalResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdatePortalRequest |
UpdatePortalRequest.clone() |
UpdatePortalRequest |
UpdatePortalRequest.withAuthenticationType(AuthenticationType authenticationType)
The type of authentication integration points used when signing into the web portal.
|
UpdatePortalRequest |
UpdatePortalRequest.withAuthenticationType(String authenticationType)
The type of authentication integration points used when signing into the web portal.
|
UpdatePortalRequest |
UpdatePortalRequest.withDisplayName(String displayName)
The name of the web portal.
|
UpdatePortalRequest |
UpdatePortalRequest.withInstanceType(InstanceType instanceType)
The type and resources of the underlying instance.
|
UpdatePortalRequest |
UpdatePortalRequest.withInstanceType(String instanceType)
The type and resources of the underlying instance.
|
UpdatePortalRequest |
UpdatePortalRequest.withMaxConcurrentSessions(Integer maxConcurrentSessions)
The maximum number of concurrent sessions for the portal.
|
UpdatePortalRequest |
UpdatePortalRequest.withPortalArn(String portalArn)
The ARN of the web portal.
|
Copyright © 2025. All rights reserved.