| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp |
Using the Amazon Cognito user pools API, you can create a user pool to manage directories and users.
|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
GetUserResult |
AbstractAWSCognitoIdentityProvider.getUser(GetUserRequest request) |
GetUserResult |
AWSCognitoIdentityProviderClient.getUser(GetUserRequest request)
Gets the user attributes and metadata for a user.
|
GetUserResult |
AWSCognitoIdentityProvider.getUser(GetUserRequest getUserRequest)
Gets the user attributes and metadata for a user.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetUserResult> |
AWSCognitoIdentityProviderAsyncClient.getUserAsync(GetUserRequest request) |
Future<GetUserResult> |
AbstractAWSCognitoIdentityProviderAsync.getUserAsync(GetUserRequest request) |
Future<GetUserResult> |
AWSCognitoIdentityProviderAsync.getUserAsync(GetUserRequest getUserRequest)
Gets the user attributes and metadata for a user.
|
Future<GetUserResult> |
AWSCognitoIdentityProviderAsyncClient.getUserAsync(GetUserRequest request,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler) |
Future<GetUserResult> |
AbstractAWSCognitoIdentityProviderAsync.getUserAsync(GetUserRequest request,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler) |
Future<GetUserResult> |
AWSCognitoIdentityProviderAsync.getUserAsync(GetUserRequest getUserRequest,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Gets the user attributes and metadata for a user.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetUserResult> |
AWSCognitoIdentityProviderAsyncClient.getUserAsync(GetUserRequest request,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler) |
Future<GetUserResult> |
AbstractAWSCognitoIdentityProviderAsync.getUserAsync(GetUserRequest request,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler) |
Future<GetUserResult> |
AWSCognitoIdentityProviderAsync.getUserAsync(GetUserRequest getUserRequest,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Gets the user attributes and metadata for a user.
|
| Modifier and Type | Method and Description |
|---|---|
GetUserResult |
GetUserResult.clone() |
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 activated for the user.
|
GetUserResult |
GetUserResult.withUserMFASettingList(String... userMFASettingList)
The MFA options that are activated for the user.
|
GetUserResult |
GetUserResult.withUsername(String username)
The user name of the user you want to retrieve from the get user request.
|
Copyright © 2023. All rights reserved.