| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspacesweb.model |
| Modifier and Type | Method and Description |
|---|---|
List<IpRule> |
IpAccessSettings.ipRules()
The IP rules of the IP access settings.
|
List<IpRule> |
UpdateIpAccessSettingsRequest.ipRules()
The updated IP rules of the IP access settings.
|
List<IpRule> |
CreateIpAccessSettingsRequest.ipRules()
The IP rules of the IP access settings.
|
| Modifier and Type | Method and Description |
|---|---|
IpAccessSettings.Builder |
IpAccessSettings.Builder.ipRules(IpRule... ipRules)
The IP rules of the IP access settings.
|
UpdateIpAccessSettingsRequest.Builder |
UpdateIpAccessSettingsRequest.Builder.ipRules(IpRule... ipRules)
The updated IP rules of the IP access settings.
|
CreateIpAccessSettingsRequest.Builder |
CreateIpAccessSettingsRequest.Builder.ipRules(IpRule... ipRules)
The IP rules of the IP access settings.
|
| Modifier and Type | Method and Description |
|---|---|
IpAccessSettings.Builder |
IpAccessSettings.Builder.ipRules(Collection<IpRule> ipRules)
The IP rules of the IP access settings.
|
UpdateIpAccessSettingsRequest.Builder |
UpdateIpAccessSettingsRequest.Builder.ipRules(Collection<IpRule> ipRules)
The updated IP rules of the IP access settings.
|
CreateIpAccessSettingsRequest.Builder |
CreateIpAccessSettingsRequest.Builder.ipRules(Collection<IpRule> ipRules)
The IP rules of the IP access settings.
|
Copyright © 2023. All rights reserved.