| Package | Description |
|---|---|
| com.amazonaws.services.workspacesweb.model |
| Modifier and Type | Method and Description |
|---|---|
IpAccessSettings |
IpAccessSettings.clone() |
IpAccessSettings |
UpdateIpAccessSettingsResult.getIpAccessSettings()
The IP access settings.
|
IpAccessSettings |
GetIpAccessSettingsResult.getIpAccessSettings()
The IP access settings.
|
IpAccessSettings |
IpAccessSettings.withAssociatedPortalArns(Collection<String> associatedPortalArns)
A list of web portal ARNs that this IP access settings resource is associated with.
|
IpAccessSettings |
IpAccessSettings.withAssociatedPortalArns(String... associatedPortalArns)
A list of web portal ARNs that this IP access settings resource is associated with.
|
IpAccessSettings |
IpAccessSettings.withCreationDate(Date creationDate)
The creation date timestamp of the IP access settings.
|
IpAccessSettings |
IpAccessSettings.withDescription(String description)
The description of the IP access settings.
|
IpAccessSettings |
IpAccessSettings.withDisplayName(String displayName)
The display name of the IP access settings.
|
IpAccessSettings |
IpAccessSettings.withIpAccessSettingsArn(String ipAccessSettingsArn)
The ARN of the IP access settings resource.
|
IpAccessSettings |
IpAccessSettings.withIpRules(Collection<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 |
UpdateIpAccessSettingsResult.setIpAccessSettings(IpAccessSettings ipAccessSettings)
The IP access settings.
|
void |
GetIpAccessSettingsResult.setIpAccessSettings(IpAccessSettings ipAccessSettings)
The IP access settings.
|
UpdateIpAccessSettingsResult |
UpdateIpAccessSettingsResult.withIpAccessSettings(IpAccessSettings ipAccessSettings)
The IP access settings.
|
GetIpAccessSettingsResult |
GetIpAccessSettingsResult.withIpAccessSettings(IpAccessSettings ipAccessSettings)
The IP access settings.
|
Copyright © 2023. All rights reserved.