| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
WorkspacesIpGroup |
WorkspacesIpGroup.clone() |
WorkspacesIpGroup |
WorkspacesIpGroup.withGroupDesc(String groupDesc)
The description of the group.
|
WorkspacesIpGroup |
WorkspacesIpGroup.withGroupId(String groupId)
The identifier of the group.
|
WorkspacesIpGroup |
WorkspacesIpGroup.withGroupName(String groupName)
The name of the group.
|
WorkspacesIpGroup |
WorkspacesIpGroup.withUserRules(Collection<IpRuleItem> userRules)
The rules.
|
WorkspacesIpGroup |
WorkspacesIpGroup.withUserRules(IpRuleItem... userRules)
The rules.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkspacesIpGroup> |
DescribeIpGroupsResult.getResult()
Information about the IP access control groups.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeIpGroupsResult |
DescribeIpGroupsResult.withResult(WorkspacesIpGroup... result)
Information about the IP access control groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeIpGroupsResult.setResult(Collection<WorkspacesIpGroup> result)
Information about the IP access control groups.
|
DescribeIpGroupsResult |
DescribeIpGroupsResult.withResult(Collection<WorkspacesIpGroup> result)
Information about the IP access control groups.
|
Copyright © 2021. All rights reserved.