| 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 AssociateIpAccessSettingsResponse |
WorkSpacesWebClient.associateIpAccessSettings(Consumer<AssociateIpAccessSettingsRequest.Builder> associateIpAccessSettingsRequest)
Associates an IP access settings resource with a web portal.
|
default CompletableFuture<AssociateIpAccessSettingsResponse> |
WorkSpacesWebAsyncClient.associateIpAccessSettings(Consumer<AssociateIpAccessSettingsRequest.Builder> associateIpAccessSettingsRequest)
Associates an IP access settings resource with a web portal.
|
| Modifier and Type | Method and Description |
|---|---|
static AssociateIpAccessSettingsRequest.Builder |
AssociateIpAccessSettingsRequest.builder() |
AssociateIpAccessSettingsRequest.Builder |
AssociateIpAccessSettingsRequest.Builder.ipAccessSettingsArn(String ipAccessSettingsArn)
The ARN of the IP access settings.
|
AssociateIpAccessSettingsRequest.Builder |
AssociateIpAccessSettingsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateIpAccessSettingsRequest.Builder |
AssociateIpAccessSettingsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateIpAccessSettingsRequest.Builder |
AssociateIpAccessSettingsRequest.Builder.portalArn(String portalArn)
The ARN of the web portal.
|
AssociateIpAccessSettingsRequest.Builder |
AssociateIpAccessSettingsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssociateIpAccessSettingsRequest.Builder> |
AssociateIpAccessSettingsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.