| Package | Description |
|---|---|
| com.amazonaws.services.workspacesweb |
WorkSpaces Web 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<CreatePortalResult> |
AmazonWorkSpacesWebAsyncClient.createPortalAsync(CreatePortalRequest request,
AsyncHandler<CreatePortalRequest,CreatePortalResult> asyncHandler) |
Future<CreatePortalResult> |
AbstractAmazonWorkSpacesWebAsync.createPortalAsync(CreatePortalRequest request,
AsyncHandler<CreatePortalRequest,CreatePortalResult> asyncHandler) |
Future<CreatePortalResult> |
AmazonWorkSpacesWebAsync.createPortalAsync(CreatePortalRequest createPortalRequest,
AsyncHandler<CreatePortalRequest,CreatePortalResult> asyncHandler)
Creates a web portal.
|
| Modifier and Type | Method and Description |
|---|---|
CreatePortalRequest |
CreatePortalRequest.addAdditionalEncryptionContextEntry(String key,
String value)
Add a single AdditionalEncryptionContext entry
|
CreatePortalRequest |
CreatePortalRequest.clearAdditionalEncryptionContextEntries()
Removes all the entries added into AdditionalEncryptionContext.
|
CreatePortalRequest |
CreatePortalRequest.clone() |
CreatePortalRequest |
CreatePortalRequest.withAdditionalEncryptionContext(Map<String,String> additionalEncryptionContext)
The additional encryption context of the portal.
|
CreatePortalRequest |
CreatePortalRequest.withAuthenticationType(AuthenticationType authenticationType)
The type of authentication integration points used when signing into the web portal.
|
CreatePortalRequest |
CreatePortalRequest.withAuthenticationType(String authenticationType)
The type of authentication integration points used when signing into the web portal.
|
CreatePortalRequest |
CreatePortalRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreatePortalRequest |
CreatePortalRequest.withCustomerManagedKey(String customerManagedKey)
The customer managed key of the web portal.
|
CreatePortalRequest |
CreatePortalRequest.withDisplayName(String displayName)
The name of the web portal.
|
CreatePortalRequest |
CreatePortalRequest.withTags(Collection<Tag> tags)
The tags to add to the web portal.
|
CreatePortalRequest |
CreatePortalRequest.withTags(Tag... tags)
The tags to add to the web portal.
|
Copyright © 2023. All rights reserved.