| 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 CreateIpAccessSettingsResponse |
WorkSpacesWebClient.createIpAccessSettings(Consumer<CreateIpAccessSettingsRequest.Builder> createIpAccessSettingsRequest)
Creates an IP access settings resource that can be associated with a web portal.
|
default CompletableFuture<CreateIpAccessSettingsResponse> |
WorkSpacesWebAsyncClient.createIpAccessSettings(Consumer<CreateIpAccessSettingsRequest.Builder> createIpAccessSettingsRequest)
Creates an IP access settings resource that can be associated with a web portal.
|
| Modifier and Type | Method and Description |
|---|---|
CreateIpAccessSettingsRequest.Builder |
CreateIpAccessSettingsRequest.Builder.additionalEncryptionContext(Map<String,String> additionalEncryptionContext)
Additional encryption context of the IP access settings.
|
static CreateIpAccessSettingsRequest.Builder |
CreateIpAccessSettingsRequest.builder() |
CreateIpAccessSettingsRequest.Builder |
CreateIpAccessSettingsRequest.Builder.clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateIpAccessSettingsRequest.Builder |
CreateIpAccessSettingsRequest.Builder.customerManagedKey(String customerManagedKey)
The custom managed key of the IP access settings.
|
CreateIpAccessSettingsRequest.Builder |
CreateIpAccessSettingsRequest.Builder.description(String description)
The description of the IP access settings.
|
CreateIpAccessSettingsRequest.Builder |
CreateIpAccessSettingsRequest.Builder.displayName(String displayName)
The display name of the IP access settings.
|
CreateIpAccessSettingsRequest.Builder |
CreateIpAccessSettingsRequest.Builder.ipRules(Collection<IpRule> ipRules)
The IP rules of the IP access settings.
|
CreateIpAccessSettingsRequest.Builder |
CreateIpAccessSettingsRequest.Builder.ipRules(Consumer<IpRule.Builder>... ipRules)
The IP rules of the IP access settings.
|
CreateIpAccessSettingsRequest.Builder |
CreateIpAccessSettingsRequest.Builder.ipRules(IpRule... ipRules)
The IP rules of the IP access settings.
|
CreateIpAccessSettingsRequest.Builder |
CreateIpAccessSettingsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateIpAccessSettingsRequest.Builder |
CreateIpAccessSettingsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateIpAccessSettingsRequest.Builder |
CreateIpAccessSettingsRequest.Builder.tags(Collection<Tag> tags)
The tags to add to the browser settings resource.
|
CreateIpAccessSettingsRequest.Builder |
CreateIpAccessSettingsRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The tags to add to the browser settings resource.
|
CreateIpAccessSettingsRequest.Builder |
CreateIpAccessSettingsRequest.Builder.tags(Tag... tags)
The tags to add to the browser settings resource.
|
CreateIpAccessSettingsRequest.Builder |
CreateIpAccessSettingsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateIpAccessSettingsRequest.Builder> |
CreateIpAccessSettingsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.