| 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<CreateNetworkSettingsResult> |
AmazonWorkSpacesWebAsyncClient.createNetworkSettingsAsync(CreateNetworkSettingsRequest request,
AsyncHandler<CreateNetworkSettingsRequest,CreateNetworkSettingsResult> asyncHandler) |
Future<CreateNetworkSettingsResult> |
AbstractAmazonWorkSpacesWebAsync.createNetworkSettingsAsync(CreateNetworkSettingsRequest request,
AsyncHandler<CreateNetworkSettingsRequest,CreateNetworkSettingsResult> asyncHandler) |
Future<CreateNetworkSettingsResult> |
AmazonWorkSpacesWebAsync.createNetworkSettingsAsync(CreateNetworkSettingsRequest createNetworkSettingsRequest,
AsyncHandler<CreateNetworkSettingsRequest,CreateNetworkSettingsResult> asyncHandler)
Creates a network settings resource that can be associated with a web portal.
|
| Modifier and Type | Method and Description |
|---|---|
CreateNetworkSettingsRequest |
CreateNetworkSettingsRequest.clone() |
CreateNetworkSettingsRequest |
CreateNetworkSettingsRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateNetworkSettingsRequest |
CreateNetworkSettingsRequest.withSecurityGroupIds(Collection<String> securityGroupIds)
One or more security groups used to control access from streaming instances to your VPC.
|
CreateNetworkSettingsRequest |
CreateNetworkSettingsRequest.withSecurityGroupIds(String... securityGroupIds)
One or more security groups used to control access from streaming instances to your VPC.
|
CreateNetworkSettingsRequest |
CreateNetworkSettingsRequest.withSubnetIds(Collection<String> subnetIds)
The subnets in which network interfaces are created to connect streaming instances to your VPC.
|
CreateNetworkSettingsRequest |
CreateNetworkSettingsRequest.withSubnetIds(String... subnetIds)
The subnets in which network interfaces are created to connect streaming instances to your VPC.
|
CreateNetworkSettingsRequest |
CreateNetworkSettingsRequest.withTags(Collection<Tag> tags)
The tags to add to the network settings resource.
|
CreateNetworkSettingsRequest |
CreateNetworkSettingsRequest.withTags(Tag... tags)
The tags to add to the network settings resource.
|
CreateNetworkSettingsRequest |
CreateNetworkSettingsRequest.withVpcId(String vpcId)
The VPC that streaming instances will connect to.
|
Copyright © 2023. All rights reserved.