| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model | |
| software.amazon.awssdk.services.cognitoidentityprovider.paginators |
| Modifier and Type | Method and Description |
|---|---|
GroupType |
UpdateGroupResponse.group()
The group object for the group.
|
GroupType |
CreateGroupResponse.group()
The group object for the group.
|
GroupType |
GetGroupResponse.group()
The group object for the group.
|
| Modifier and Type | Method and Description |
|---|---|
List<GroupType> |
AdminListGroupsForUserResponse.groups()
The groups that the user belongs to.
|
List<GroupType> |
ListGroupsResponse.groups()
The group objects for the groups.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateGroupResponse.Builder |
UpdateGroupResponse.Builder.group(GroupType group)
The group object for the group.
|
CreateGroupResponse.Builder |
CreateGroupResponse.Builder.group(GroupType group)
The group object for the group.
|
GetGroupResponse.Builder |
GetGroupResponse.Builder.group(GroupType group)
The group object for the group.
|
AdminListGroupsForUserResponse.Builder |
AdminListGroupsForUserResponse.Builder.groups(GroupType... groups)
The groups that the user belongs to.
|
ListGroupsResponse.Builder |
ListGroupsResponse.Builder.groups(GroupType... groups)
The group objects for the groups.
|
| Modifier and Type | Method and Description |
|---|---|
AdminListGroupsForUserResponse.Builder |
AdminListGroupsForUserResponse.Builder.groups(Collection<GroupType> groups)
The groups that the user belongs to.
|
ListGroupsResponse.Builder |
ListGroupsResponse.Builder.groups(Collection<GroupType> groups)
The group objects for the groups.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<GroupType> |
ListGroupsPublisher.groups()
Returns a publisher that can be used to get a stream of data.
|
SdkPublisher<GroupType> |
AdminListGroupsForUserPublisher.groups()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<GroupType> |
AdminListGroupsForUserIterable.groups()
Returns an iterable to iterate through the paginated
AdminListGroupsForUserResponse.groups() member. |
SdkIterable<GroupType> |
ListGroupsIterable.groups()
Returns an iterable to iterate through the paginated
ListGroupsResponse.groups() member. |
Copyright © 2019. All rights reserved.