Uses of Class
software.amazon.awssdk.services.quicksight.model.Group
-
Packages that use Group Package Description software.amazon.awssdk.services.quicksight.model software.amazon.awssdk.services.quicksight.paginators -
-
Uses of Group in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return Group Modifier and Type Method Description GroupCreateGroupResponse. group()The name of the group.GroupDescribeGroupResponse. group()The name of the group.GroupUpdateGroupResponse. group()The name of the group.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type Group Modifier and Type Method Description List<Group>ListGroupsResponse. groupList()The list of the groups.List<Group>ListUserGroupsResponse. groupList()The list of groups the user is a member of.List<Group>SearchGroupsResponse. groupList()A list of groups in a specified namespace that match the filters you set in yourSearchGroupsrequest.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type Group Modifier and Type Method Description CreateGroupResponse.BuilderCreateGroupResponse.Builder. group(Group group)The name of the group.DescribeGroupResponse.BuilderDescribeGroupResponse.Builder. group(Group group)The name of the group.UpdateGroupResponse.BuilderUpdateGroupResponse.Builder. group(Group group)The name of the group.ListGroupsResponse.BuilderListGroupsResponse.Builder. groupList(Group... groupList)The list of the groups.ListUserGroupsResponse.BuilderListUserGroupsResponse.Builder. groupList(Group... groupList)The list of groups the user is a member of.SearchGroupsResponse.BuilderSearchGroupsResponse.Builder. groupList(Group... groupList)A list of groups in a specified namespace that match the filters you set in yourSearchGroupsrequest.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type Group Modifier and Type Method Description ListGroupsResponse.BuilderListGroupsResponse.Builder. groupList(Collection<Group> groupList)The list of the groups.ListUserGroupsResponse.BuilderListUserGroupsResponse.Builder. groupList(Collection<Group> groupList)The list of groups the user is a member of.SearchGroupsResponse.BuilderSearchGroupsResponse.Builder. groupList(Collection<Group> groupList)A list of groups in a specified namespace that match the filters you set in yourSearchGroupsrequest. -
Uses of Group in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type Group Modifier and Type Method Description SdkIterable<Group>ListGroupsIterable. groupList()Returns an iterable to iterate through the paginatedListGroupsResponse.groupList()member.SdkPublisher<Group>ListGroupsPublisher. groupList()Returns a publisher that can be used to get a stream of data.SdkIterable<Group>ListUserGroupsIterable. groupList()Returns an iterable to iterate through the paginatedListUserGroupsResponse.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 paginatedSearchGroupsResponse.groupList()member.SdkPublisher<Group>SearchGroupsPublisher. groupList()Returns a publisher that can be used to get a stream of data.
-