| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Group |
Group.clone() |
Group |
UpdateGroupResult.getGroup()
The name of the group.
|
Group |
DescribeGroupResult.getGroup()
The name of the group.
|
Group |
CreateGroupResult.getGroup()
The name of the group.
|
Group |
Group.withArn(String arn)
The Amazon Resource Name (ARN) for the group.
|
Group |
Group.withDescription(String description)
The group description.
|
Group |
Group.withGroupName(String groupName)
The name of the group.
|
Group |
Group.withPrincipalId(String principalId)
The principal ID of the group.
|
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
ListGroupsResult.getGroupList()
The list of the groups.
|
List<Group> |
ListUserGroupsResult.getGroupList()
The list of groups the user is a member of.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateGroupResult.setGroup(Group group)
The name of the group.
|
void |
DescribeGroupResult.setGroup(Group group)
The name of the group.
|
void |
CreateGroupResult.setGroup(Group group)
The name of the group.
|
UpdateGroupResult |
UpdateGroupResult.withGroup(Group group)
The name of the group.
|
DescribeGroupResult |
DescribeGroupResult.withGroup(Group group)
The name of the group.
|
CreateGroupResult |
CreateGroupResult.withGroup(Group group)
The name of the group.
|
ListGroupsResult |
ListGroupsResult.withGroupList(Group... groupList)
The list of the groups.
|
ListUserGroupsResult |
ListUserGroupsResult.withGroupList(Group... groupList)
The list of groups the user is a member of.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListGroupsResult.setGroupList(Collection<Group> groupList)
The list of the groups.
|
void |
ListUserGroupsResult.setGroupList(Collection<Group> groupList)
The list of groups the user is a member of.
|
ListGroupsResult |
ListGroupsResult.withGroupList(Collection<Group> groupList)
The list of the groups.
|
ListUserGroupsResult |
ListUserGroupsResult.withGroupList(Collection<Group> groupList)
The list of groups the user is a member of.
|
Copyright © 2019. All rights reserved.