| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
default AdminListGroupsForUserResponse |
CognitoIdentityProviderClient.adminListGroupsForUser(Consumer<AdminListGroupsForUserRequest.Builder> adminListGroupsForUserRequest)
Lists the groups that the user belongs to.
|
default CompletableFuture<AdminListGroupsForUserResponse> |
CognitoIdentityProviderAsyncClient.adminListGroupsForUser(Consumer<AdminListGroupsForUserRequest.Builder> adminListGroupsForUserRequest)
Lists the groups that the user belongs to.
|
default AdminListGroupsForUserIterable |
CognitoIdentityProviderClient.adminListGroupsForUserPaginator(Consumer<AdminListGroupsForUserRequest.Builder> adminListGroupsForUserRequest)
Lists the groups that the user belongs to.
|
default AdminListGroupsForUserPublisher |
CognitoIdentityProviderAsyncClient.adminListGroupsForUserPaginator(Consumer<AdminListGroupsForUserRequest.Builder> adminListGroupsForUserRequest)
Lists the groups that the user belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
static AdminListGroupsForUserRequest.Builder |
AdminListGroupsForUserRequest.builder() |
AdminListGroupsForUserRequest.Builder |
AdminListGroupsForUserRequest.Builder.limit(Integer limit)
The limit of the request to list groups.
|
AdminListGroupsForUserRequest.Builder |
AdminListGroupsForUserRequest.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.
|
AdminListGroupsForUserRequest.Builder |
AdminListGroupsForUserRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AdminListGroupsForUserRequest.Builder |
AdminListGroupsForUserRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AdminListGroupsForUserRequest.Builder |
AdminListGroupsForUserRequest.toBuilder() |
AdminListGroupsForUserRequest.Builder |
AdminListGroupsForUserRequest.Builder.username(String username)
The username for the user.
|
AdminListGroupsForUserRequest.Builder |
AdminListGroupsForUserRequest.Builder.userPoolId(String userPoolId)
The user pool ID for the user pool.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AdminListGroupsForUserRequest.Builder> |
AdminListGroupsForUserRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.