| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model | |
| software.amazon.awssdk.services.quicksight.paginators |
| Modifier and Type | Method and Description |
|---|---|
Group |
CreateGroupResponse.group()
The name of the group.
|
Group |
UpdateGroupResponse.group()
The name of the group.
|
Group |
DescribeGroupResponse.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.
|
UpdateGroupResponse.Builder |
UpdateGroupResponse.Builder.group(Group group)
The name of the group.
|
DescribeGroupResponse.Builder |
DescribeGroupResponse.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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Group> |
ListGroupsPublisher.groupList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Group> |
ListGroupsIterable.groupList()
Returns an iterable to iterate through the paginated
ListGroupsResponse.groupList() member. |
SdkIterable<Group> |
ListUserGroupsIterable.groupList()
Returns an iterable to iterate through the paginated
ListUserGroupsResponse.groupList() member. |
SdkPublisher<Group> |
ListUserGroupsPublisher.groupList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Group> |
SearchGroupsIterable.groupList()
Returns an iterable to iterate through the paginated
SearchGroupsResponse.groupList() member. |
SdkPublisher<Group> |
SearchGroupsPublisher.groupList()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.