Package | Description |
---|---|
software.amazon.awssdk.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
Group |
CreateGroupResponse.group()
The name of the group.
|
Group |
DescribeGroupResponse.group()
The name of the group.
|
Group |
UpdateGroupResponse.group()
The name of the group.
|
Modifier and Type | Method and Description |
---|---|
List<Group> |
ListGroupsResponse.groupList()
The list of the groups.
|
List<Group> |
SearchGroupsResponse.groupList()
A list of groups in a specified namespace that match the filters you set in your
SearchGroups
request. |
List<Group> |
ListUserGroupsResponse.groupList()
The list of groups the user is a member of.
|
Modifier and Type | Method and Description |
---|---|
CreateGroupResponse.Builder |
CreateGroupResponse.Builder.group(Group group)
The name of the group.
|
DescribeGroupResponse.Builder |
DescribeGroupResponse.Builder.group(Group group)
The name of the group.
|
UpdateGroupResponse.Builder |
UpdateGroupResponse.Builder.group(Group group)
The name of the group.
|
ListGroupsResponse.Builder |
ListGroupsResponse.Builder.groupList(Group... groupList)
The list of the groups.
|
SearchGroupsResponse.Builder |
SearchGroupsResponse.Builder.groupList(Group... groupList)
A list of groups in a specified namespace that match the filters you set in your
SearchGroups
request. |
ListUserGroupsResponse.Builder |
ListUserGroupsResponse.Builder.groupList(Group... groupList)
The list of groups the user is a member of.
|
Modifier and Type | Method and Description |
---|---|
ListGroupsResponse.Builder |
ListGroupsResponse.Builder.groupList(Collection<Group> groupList)
The list of the groups.
|
SearchGroupsResponse.Builder |
SearchGroupsResponse.Builder.groupList(Collection<Group> groupList)
A list of groups in a specified namespace that match the filters you set in your
SearchGroups
request. |
ListUserGroupsResponse.Builder |
ListUserGroupsResponse.Builder.groupList(Collection<Group> groupList)
The list of groups the user is a member of.
|
Copyright © 2023. All rights reserved.