| Package | Description |
|---|---|
| com.amazonaws.services.workspacesweb.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkSettings |
NetworkSettings.clone() |
NetworkSettings |
UpdateNetworkSettingsResult.getNetworkSettings()
The network settings.
|
NetworkSettings |
GetNetworkSettingsResult.getNetworkSettings()
The network settings.
|
NetworkSettings |
NetworkSettings.withAssociatedPortalArns(Collection<String> associatedPortalArns)
A list of web portal ARNs that this network settings is associated with.
|
NetworkSettings |
NetworkSettings.withAssociatedPortalArns(String... associatedPortalArns)
A list of web portal ARNs that this network settings is associated with.
|
NetworkSettings |
NetworkSettings.withNetworkSettingsArn(String networkSettingsArn)
The ARN of the network settings.
|
NetworkSettings |
NetworkSettings.withSecurityGroupIds(Collection<String> securityGroupIds)
One or more security groups used to control access from streaming instances to your VPC.
|
NetworkSettings |
NetworkSettings.withSecurityGroupIds(String... securityGroupIds)
One or more security groups used to control access from streaming instances to your VPC.
|
NetworkSettings |
NetworkSettings.withSubnetIds(Collection<String> subnetIds)
The subnets in which network interfaces are created to connect streaming instances to your VPC.
|
NetworkSettings |
NetworkSettings.withSubnetIds(String... subnetIds)
The subnets in which network interfaces are created to connect streaming instances to your VPC.
|
NetworkSettings |
NetworkSettings.withVpcId(String vpcId)
The VPC that streaming instances will connect to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateNetworkSettingsResult.setNetworkSettings(NetworkSettings networkSettings)
The network settings.
|
void |
GetNetworkSettingsResult.setNetworkSettings(NetworkSettings networkSettings)
The network settings.
|
UpdateNetworkSettingsResult |
UpdateNetworkSettingsResult.withNetworkSettings(NetworkSettings networkSettings)
The network settings.
|
GetNetworkSettingsResult |
GetNetworkSettingsResult.withNetworkSettings(NetworkSettings networkSettings)
The network settings.
|
Copyright © 2023. All rights reserved.