| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| com.amazonaws.services.cognitoidentityprovider.model |
Classes modeling the various types represented by AmazonCognitoIdentityProvider
|
| Modifier and Type | Method and Description |
|---|---|
AdminGetUserResult |
AmazonCognitoIdentityProviderClient.adminGetUser(AdminGetUserRequest adminGetUserRequest)
Gets the specified user by user name in a user pool as an administrator.
|
AdminGetUserResult |
AmazonCognitoIdentityProvider.adminGetUser(AdminGetUserRequest adminGetUserRequest)
Gets the specified user by user name in a user pool as an administrator.
|
| Modifier and Type | Method and Description |
|---|---|
AdminGetUserRequest |
AdminGetUserRequest.withUsername(String username)
The user name of the user you wish to retrieve.
|
AdminGetUserRequest |
AdminGetUserRequest.withUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to get information
about the user.
|
Copyright © 2020. All rights reserved.