Uses of Class
com.amazonaws.services.cognitoidp.model.GetUserResult
-
Packages that use GetUserResult Package Description com.amazonaws.services.cognitoidp com.amazonaws.services.cognitoidp.model -
-
Uses of GetUserResult in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp that return GetUserResult Modifier and Type Method Description GetUserResult
AbstractAWSCognitoIdentityProvider. getUser(GetUserRequest request)
GetUserResult
AWSCognitoIdentityProvider. getUser(GetUserRequest getUserRequest)
Gets the user attributes and metadata for a user.GetUserResult
AWSCognitoIdentityProviderClient. getUser(GetUserRequest getUserRequest)
Gets the user attributes and metadata for a user.Methods in com.amazonaws.services.cognitoidp that return types with arguments of type GetUserResult Modifier and Type Method Description Future<GetUserResult>
AbstractAWSCognitoIdentityProviderAsync. getUserAsync(GetUserRequest request)
Future<GetUserResult>
AbstractAWSCognitoIdentityProviderAsync. getUserAsync(GetUserRequest request, AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Future<GetUserResult>
AWSCognitoIdentityProviderAsync. getUserAsync(GetUserRequest getUserRequest)
Gets the user attributes and metadata for a user.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)
Future<GetUserResult>
AWSCognitoIdentityProviderAsyncClient. getUserAsync(GetUserRequest request, AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Method parameters in com.amazonaws.services.cognitoidp with type arguments of type GetUserResult Modifier and Type Method Description 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.Future<GetUserResult>
AWSCognitoIdentityProviderAsyncClient. getUserAsync(GetUserRequest request, AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
-
Uses of GetUserResult in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return GetUserResult Modifier and Type Method Description GetUserResult
GetUserResult. clone()
GetUserResult
GetUserResult. withMFAOptions(MFAOptionType... mFAOptions)
Specifies the options for MFA (e.g., email or phone number).GetUserResult
GetUserResult. withMFAOptions(Collection<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.
-