| 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<UpdatePortalResponse> |
WorkSpacesWebAsyncClient.updatePortal(Consumer<UpdatePortalRequest.Builder> updatePortalRequest)
Updates a web portal.
|
default UpdatePortalResponse |
WorkSpacesWebClient.updatePortal(Consumer<UpdatePortalRequest.Builder> updatePortalRequest)
Updates a web portal.
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePortalRequest.Builder |
UpdatePortalRequest.Builder.authenticationType(AuthenticationType authenticationType)
The type of authentication integration points used when signing into the web portal.
|
UpdatePortalRequest.Builder |
UpdatePortalRequest.Builder.authenticationType(String authenticationType)
The type of authentication integration points used when signing into the web portal.
|
static UpdatePortalRequest.Builder |
UpdatePortalRequest.builder() |
UpdatePortalRequest.Builder |
UpdatePortalRequest.Builder.displayName(String displayName)
The name of the web portal.
|
UpdatePortalRequest.Builder |
UpdatePortalRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePortalRequest.Builder |
UpdatePortalRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdatePortalRequest.Builder |
UpdatePortalRequest.Builder.portalArn(String portalArn)
The ARN of the web portal.
|
UpdatePortalRequest.Builder |
UpdatePortalRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdatePortalRequest.Builder> |
UpdatePortalRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.