| 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<CreateIpAccessSettingsResult> |
AmazonWorkSpacesWebAsyncClient.createIpAccessSettingsAsync(CreateIpAccessSettingsRequest request,
AsyncHandler<CreateIpAccessSettingsRequest,CreateIpAccessSettingsResult> asyncHandler) |
Future<CreateIpAccessSettingsResult> |
AbstractAmazonWorkSpacesWebAsync.createIpAccessSettingsAsync(CreateIpAccessSettingsRequest request,
AsyncHandler<CreateIpAccessSettingsRequest,CreateIpAccessSettingsResult> asyncHandler) |
Future<CreateIpAccessSettingsResult> |
AmazonWorkSpacesWebAsync.createIpAccessSettingsAsync(CreateIpAccessSettingsRequest createIpAccessSettingsRequest,
AsyncHandler<CreateIpAccessSettingsRequest,CreateIpAccessSettingsResult> asyncHandler)
Creates an IP access settings resource that can be associated with a web portal.
|
| Modifier and Type | Method and Description |
|---|---|
CreateIpAccessSettingsRequest |
CreateIpAccessSettingsRequest.addAdditionalEncryptionContextEntry(String key,
String value)
Add a single AdditionalEncryptionContext entry
|
CreateIpAccessSettingsRequest |
CreateIpAccessSettingsRequest.clearAdditionalEncryptionContextEntries()
Removes all the entries added into AdditionalEncryptionContext.
|
CreateIpAccessSettingsRequest |
CreateIpAccessSettingsRequest.clone() |
CreateIpAccessSettingsRequest |
CreateIpAccessSettingsRequest.withAdditionalEncryptionContext(Map<String,String> additionalEncryptionContext)
Additional encryption context of the IP access settings.
|
CreateIpAccessSettingsRequest |
CreateIpAccessSettingsRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateIpAccessSettingsRequest |
CreateIpAccessSettingsRequest.withCustomerManagedKey(String customerManagedKey)
The custom managed key of the IP access settings.
|
CreateIpAccessSettingsRequest |
CreateIpAccessSettingsRequest.withDescription(String description)
The description of the IP access settings.
|
CreateIpAccessSettingsRequest |
CreateIpAccessSettingsRequest.withDisplayName(String displayName)
The display name of the IP access settings.
|
CreateIpAccessSettingsRequest |
CreateIpAccessSettingsRequest.withIpRules(Collection<IpRule> ipRules)
The IP rules of the IP access settings.
|
CreateIpAccessSettingsRequest |
CreateIpAccessSettingsRequest.withIpRules(IpRule... ipRules)
The IP rules of the IP access settings.
|
CreateIpAccessSettingsRequest |
CreateIpAccessSettingsRequest.withTags(Collection<Tag> tags)
The tags to add to the browser settings resource.
|
CreateIpAccessSettingsRequest |
CreateIpAccessSettingsRequest.withTags(Tag... tags)
The tags to add to the browser settings resource.
|
Copyright © 2023. All rights reserved.