| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
IpRuleItem |
IpRuleItem.clone() |
IpRuleItem |
IpRuleItem.withIpRule(String ipRule)
The IP address range, in CIDR notation.
|
IpRuleItem |
IpRuleItem.withRuleDesc(String ruleDesc)
The description.
|
| Modifier and Type | Method and Description |
|---|---|
List<IpRuleItem> |
WorkspacesIpGroup.getUserRules()
The rules.
|
List<IpRuleItem> |
AuthorizeIpRulesRequest.getUserRules()
The rules to add to the group.
|
List<IpRuleItem> |
CreateIpGroupRequest.getUserRules()
The rules to add to the group.
|
List<IpRuleItem> |
UpdateRulesOfIpGroupRequest.getUserRules()
One or more rules.
|
| Modifier and Type | Method and Description |
|---|---|
WorkspacesIpGroup |
WorkspacesIpGroup.withUserRules(IpRuleItem... userRules)
The rules.
|
AuthorizeIpRulesRequest |
AuthorizeIpRulesRequest.withUserRules(IpRuleItem... userRules)
The rules to add to the group.
|
CreateIpGroupRequest |
CreateIpGroupRequest.withUserRules(IpRuleItem... userRules)
The rules to add to the group.
|
UpdateRulesOfIpGroupRequest |
UpdateRulesOfIpGroupRequest.withUserRules(IpRuleItem... userRules)
One or more rules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkspacesIpGroup.setUserRules(Collection<IpRuleItem> userRules)
The rules.
|
void |
AuthorizeIpRulesRequest.setUserRules(Collection<IpRuleItem> userRules)
The rules to add to the group.
|
void |
CreateIpGroupRequest.setUserRules(Collection<IpRuleItem> userRules)
The rules to add to the group.
|
void |
UpdateRulesOfIpGroupRequest.setUserRules(Collection<IpRuleItem> userRules)
One or more rules.
|
WorkspacesIpGroup |
WorkspacesIpGroup.withUserRules(Collection<IpRuleItem> userRules)
The rules.
|
AuthorizeIpRulesRequest |
AuthorizeIpRulesRequest.withUserRules(Collection<IpRuleItem> userRules)
The rules to add to the group.
|
CreateIpGroupRequest |
CreateIpGroupRequest.withUserRules(Collection<IpRuleItem> userRules)
The rules to add to the group.
|
UpdateRulesOfIpGroupRequest |
UpdateRulesOfIpGroupRequest.withUserRules(Collection<IpRuleItem> userRules)
One or more rules.
|
Copyright © 2021. All rights reserved.