| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
static AdminListGroupsForUserResponse.Builder |
AdminListGroupsForUserResponse.builder() |
AdminListGroupsForUserResponse.Builder |
AdminListGroupsForUserResponse.Builder.groups(Collection<GroupType> groups)
The groups that the user belongs to.
|
AdminListGroupsForUserResponse.Builder |
AdminListGroupsForUserResponse.Builder.groups(Consumer<GroupType.Builder>... groups)
The groups that the user belongs to.
|
AdminListGroupsForUserResponse.Builder |
AdminListGroupsForUserResponse.Builder.groups(GroupType... groups)
The groups that the user belongs to.
|
AdminListGroupsForUserResponse.Builder |
AdminListGroupsForUserResponse.Builder.nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.
|
AdminListGroupsForUserResponse.Builder |
AdminListGroupsForUserResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AdminListGroupsForUserResponse.Builder> |
AdminListGroupsForUserResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.