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 GetUserResultAbstractAWSCognitoIdentityProvider. getUser(GetUserRequest request)GetUserResultAWSCognitoIdentityProvider. getUser(GetUserRequest getUserRequest)Gets the user attributes and metadata for a user.GetUserResultAWSCognitoIdentityProviderClient. 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 GetUserResultGetUserResult. clone()GetUserResultGetUserResult. withMFAOptions(MFAOptionType... mFAOptions)Specifies the options for MFA (e.g., email or phone number).GetUserResultGetUserResult. withMFAOptions(Collection<MFAOptionType> mFAOptions)Specifies the options for MFA (e.g., email or phone number).GetUserResultGetUserResult. withUserAttributes(AttributeType... userAttributes)An array of name-value pairs representing user attributes.GetUserResultGetUserResult. withUserAttributes(Collection<AttributeType> userAttributes)An array of name-value pairs representing user attributes.GetUserResultGetUserResult. withUsername(String username)The user name of the user you wish to retrieve from the get user request.
-