| Package | Description |
|---|---|
| com.amazonaws.services.workspacesweb.model |
| Modifier and Type | Method and Description |
|---|---|
IpRule |
IpRule.clone() |
IpRule |
IpRule.withDescription(String description)
The description of the IP rule.
|
IpRule |
IpRule.withIpRange(String ipRange)
The IP range of the IP rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<IpRule> |
UpdateIpAccessSettingsRequest.getIpRules()
The updated IP rules of the IP access settings.
|
List<IpRule> |
CreateIpAccessSettingsRequest.getIpRules()
The IP rules of the IP access settings.
|
List<IpRule> |
IpAccessSettings.getIpRules()
The IP rules of the IP access settings.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateIpAccessSettingsRequest |
UpdateIpAccessSettingsRequest.withIpRules(IpRule... ipRules)
The updated IP rules of the IP access settings.
|
CreateIpAccessSettingsRequest |
CreateIpAccessSettingsRequest.withIpRules(IpRule... ipRules)
The IP rules of the IP access settings.
|
IpAccessSettings |
IpAccessSettings.withIpRules(IpRule... ipRules)
The IP rules of the IP access settings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateIpAccessSettingsRequest.setIpRules(Collection<IpRule> ipRules)
The updated IP rules of the IP access settings.
|
void |
CreateIpAccessSettingsRequest.setIpRules(Collection<IpRule> ipRules)
The IP rules of the IP access settings.
|
void |
IpAccessSettings.setIpRules(Collection<IpRule> ipRules)
The IP rules of the IP access settings.
|
UpdateIpAccessSettingsRequest |
UpdateIpAccessSettingsRequest.withIpRules(Collection<IpRule> ipRules)
The updated IP rules of the IP access settings.
|
CreateIpAccessSettingsRequest |
CreateIpAccessSettingsRequest.withIpRules(Collection<IpRule> ipRules)
The IP rules of the IP access settings.
|
IpAccessSettings |
IpAccessSettings.withIpRules(Collection<IpRule> ipRules)
The IP rules of the IP access settings.
|
Copyright © 2023. All rights reserved.