| 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 |
|---|---|
GetUserResult |
AmazonCognitoIdentityProviderClient.getUser(GetUserRequest getUserRequest)
Gets the user attributes and metadata for a user.
|
GetUserResult |
AmazonCognitoIdentityProvider.getUser(GetUserRequest getUserRequest)
Gets the user attributes and metadata for a user.
|
| Modifier and Type | Method and Description |
|---|---|
GetUserResult |
GetUserResult.withMFAOptions(Collection<MFAOptionType> mFAOptions)
This response parameter is no longer supported. It provides
information only about SMS MFA configurations.
|
GetUserResult |
GetUserResult.withMFAOptions(MFAOptionType... mFAOptions)
This response parameter is no longer supported. It provides
information only about SMS MFA configurations.
|
GetUserResult |
GetUserResult.withPreferredMfaSetting(String preferredMfaSetting)
The user's preferred MFA setting.
|
GetUserResult |
GetUserResult.withUserAttributes(AttributeType... userAttributes)
An array of name-value pairs representing user attributes.
|
GetUserResult |
GetUserResult.withUserAttributes(Collection<AttributeType> userAttributes)
An array of name-value pairs representing user attributes.
|
GetUserResult |
GetUserResult.withUserMFASettingList(Collection<String> userMFASettingList)
The MFA options that are enabled for the user.
|
GetUserResult |
GetUserResult.withUserMFASettingList(String... userMFASettingList)
The MFA options that are enabled for the user.
|
GetUserResult |
GetUserResult.withUsername(String username)
The user name of the user you wish to retrieve from the get user request.
|
Copyright © 2020. All rights reserved.