Package | Description |
---|---|
com.amazonaws.services.cognitoidp |
You can create a user pool in Amazon Cognito Identity to manage directories and users.
|
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
GetUserResult |
AWSCognitoIdentityProvider.getUser(GetUserRequest getUserRequest)
Gets the user attributes and metadata for a user.
|
GetUserResult |
AbstractAWSCognitoIdentityProvider.getUser(GetUserRequest request) |
GetUserResult |
AWSCognitoIdentityProviderClient.getUser(GetUserRequest getUserRequest)
Gets the user attributes and metadata for a user.
|
Modifier and Type | Method and Description |
---|---|
Future<GetUserResult> |
AWSCognitoIdentityProviderAsync.getUserAsync(GetUserRequest getUserRequest)
Gets the user attributes and metadata for a user.
|
Future<GetUserResult> |
AWSCognitoIdentityProviderAsyncClient.getUserAsync(GetUserRequest request) |
Future<GetUserResult> |
AbstractAWSCognitoIdentityProviderAsync.getUserAsync(GetUserRequest request) |
Future<GetUserResult> |
AWSCognitoIdentityProviderAsync.getUserAsync(GetUserRequest getUserRequest,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
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) |
Modifier and Type | Method and Description |
---|---|
Future<GetUserResult> |
AWSCognitoIdentityProviderAsync.getUserAsync(GetUserRequest getUserRequest,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
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) |
Modifier and Type | Method and Description |
---|---|
GetUserResult |
GetUserResult.clone() |
GetUserResult |
GetUserResult.withMFAOptions(Collection<MFAOptionType> mFAOptions)
Specifies the options for MFA (e.g., email or phone number).
|
GetUserResult |
GetUserResult.withMFAOptions(MFAOptionType... mFAOptions)
Specifies the options for MFA (e.g., email or phone number).
|
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.withUsername(String username)
The user name of the user you wish to retrieve from the get user request.
|
Copyright © 2016. All rights reserved.