| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspacesweb |
WorkSpaces Web is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads.
|
| software.amazon.awssdk.services.workspacesweb.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreatePortalResponse> |
WorkSpacesWebAsyncClient.createPortal(Consumer<CreatePortalRequest.Builder> createPortalRequest)
Creates a web portal.
|
default CreatePortalResponse |
WorkSpacesWebClient.createPortal(Consumer<CreatePortalRequest.Builder> createPortalRequest)
Creates a web portal.
|
| Modifier and Type | Method and Description |
|---|---|
CreatePortalRequest.Builder |
CreatePortalRequest.Builder.additionalEncryptionContext(Map<String,String> additionalEncryptionContext)
The additional encryption context of the portal.
|
CreatePortalRequest.Builder |
CreatePortalRequest.Builder.authenticationType(AuthenticationType authenticationType)
The type of authentication integration points used when signing into the web portal.
|
CreatePortalRequest.Builder |
CreatePortalRequest.Builder.authenticationType(String authenticationType)
The type of authentication integration points used when signing into the web portal.
|
static CreatePortalRequest.Builder |
CreatePortalRequest.builder() |
CreatePortalRequest.Builder |
CreatePortalRequest.Builder.clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreatePortalRequest.Builder |
CreatePortalRequest.Builder.customerManagedKey(String customerManagedKey)
The customer managed key of the web portal.
|
CreatePortalRequest.Builder |
CreatePortalRequest.Builder.displayName(String displayName)
The name of the web portal.
|
CreatePortalRequest.Builder |
CreatePortalRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreatePortalRequest.Builder |
CreatePortalRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreatePortalRequest.Builder |
CreatePortalRequest.Builder.tags(Collection<Tag> tags)
The tags to add to the web portal.
|
CreatePortalRequest.Builder |
CreatePortalRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The tags to add to the web portal.
|
CreatePortalRequest.Builder |
CreatePortalRequest.Builder.tags(Tag... tags)
The tags to add to the web portal.
|
CreatePortalRequest.Builder |
CreatePortalRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreatePortalRequest.Builder> |
CreatePortalRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.