| 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<UpdateIpAccessSettingsResult> |
AmazonWorkSpacesWebAsyncClient.updateIpAccessSettingsAsync(UpdateIpAccessSettingsRequest request,
AsyncHandler<UpdateIpAccessSettingsRequest,UpdateIpAccessSettingsResult> asyncHandler) |
Future<UpdateIpAccessSettingsResult> |
AbstractAmazonWorkSpacesWebAsync.updateIpAccessSettingsAsync(UpdateIpAccessSettingsRequest request,
AsyncHandler<UpdateIpAccessSettingsRequest,UpdateIpAccessSettingsResult> asyncHandler) |
Future<UpdateIpAccessSettingsResult> |
AmazonWorkSpacesWebAsync.updateIpAccessSettingsAsync(UpdateIpAccessSettingsRequest updateIpAccessSettingsRequest,
AsyncHandler<UpdateIpAccessSettingsRequest,UpdateIpAccessSettingsResult> asyncHandler)
Updates IP access settings.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateIpAccessSettingsRequest |
UpdateIpAccessSettingsRequest.clone() |
UpdateIpAccessSettingsRequest |
UpdateIpAccessSettingsRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdateIpAccessSettingsRequest |
UpdateIpAccessSettingsRequest.withDescription(String description)
The description of the IP access settings.
|
UpdateIpAccessSettingsRequest |
UpdateIpAccessSettingsRequest.withDisplayName(String displayName)
The display name of the IP access settings.
|
UpdateIpAccessSettingsRequest |
UpdateIpAccessSettingsRequest.withIpAccessSettingsArn(String ipAccessSettingsArn)
The ARN of the IP access settings.
|
UpdateIpAccessSettingsRequest |
UpdateIpAccessSettingsRequest.withIpRules(Collection<IpRule> ipRules)
The updated IP rules of the IP access settings.
|
UpdateIpAccessSettingsRequest |
UpdateIpAccessSettingsRequest.withIpRules(IpRule... ipRules)
The updated IP rules of the IP access settings.
|
Copyright © 2023. All rights reserved.