| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
GroupType |
GroupType.clone() |
GroupType |
UpdateGroupResult.getGroup()
The group object for the group.
|
GroupType |
GetGroupResult.getGroup()
The group object for the group.
|
GroupType |
CreateGroupResult.getGroup()
The group object for the group.
|
GroupType |
GroupType.withCreationDate(Date creationDate)
The date and time, in ISO 8601 format, when
the item was created.
|
GroupType |
GroupType.withDescription(String description)
A string containing the description of the group.
|
GroupType |
GroupType.withGroupName(String groupName)
The name of the group.
|
GroupType |
GroupType.withLastModifiedDate(Date lastModifiedDate)
The date and time, in ISO 8601 format, when
the item was modified.
|
GroupType |
GroupType.withPrecedence(Integer precedence)
A non-negative integer value that specifies the precedence of this group relative to the other groups that a user
can belong to in the user pool.
|
GroupType |
GroupType.withRoleArn(String roleArn)
The role Amazon Resource Name (ARN) for the group.
|
GroupType |
GroupType.withUserPoolId(String userPoolId)
The user pool ID for the user pool.
|
| Modifier and Type | Method and Description |
|---|---|
List<GroupType> |
AdminListGroupsForUserResult.getGroups()
The groups that the user belongs to.
|
List<GroupType> |
ListGroupsResult.getGroups()
The group objects for the groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateGroupResult.setGroup(GroupType group)
The group object for the group.
|
void |
GetGroupResult.setGroup(GroupType group)
The group object for the group.
|
void |
CreateGroupResult.setGroup(GroupType group)
The group object for the group.
|
UpdateGroupResult |
UpdateGroupResult.withGroup(GroupType group)
The group object for the group.
|
GetGroupResult |
GetGroupResult.withGroup(GroupType group)
The group object for the group.
|
CreateGroupResult |
CreateGroupResult.withGroup(GroupType group)
The group object for the group.
|
AdminListGroupsForUserResult |
AdminListGroupsForUserResult.withGroups(GroupType... groups)
The groups that the user belongs to.
|
ListGroupsResult |
ListGroupsResult.withGroups(GroupType... groups)
The group objects for the groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdminListGroupsForUserResult.setGroups(Collection<GroupType> groups)
The groups that the user belongs to.
|
void |
ListGroupsResult.setGroups(Collection<GroupType> groups)
The group objects for the groups.
|
AdminListGroupsForUserResult |
AdminListGroupsForUserResult.withGroups(Collection<GroupType> groups)
The groups that the user belongs to.
|
ListGroupsResult |
ListGroupsResult.withGroups(Collection<GroupType> groups)
The group objects for the groups.
|
Copyright © 2024. All rights reserved.