Uses of Class
com.amazonaws.services.cognitoidp.model.GetUserResult
Packages that use GetUserResult
-
Uses of GetUserResult in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp that return GetUserResultModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProvider.getUser
(GetUserRequest request) AWSCognitoIdentityProvider.getUser
(GetUserRequest getUserRequest) Gets the user attributes and metadata for a user.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 GetUserResultModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProviderAsync.getUserAsync
(GetUserRequest request) AbstractAWSCognitoIdentityProviderAsync.getUserAsync
(GetUserRequest request, AsyncHandler<GetUserRequest, GetUserResult> asyncHandler) AWSCognitoIdentityProviderAsync.getUserAsync
(GetUserRequest getUserRequest) Gets the user attributes and metadata for a user.AWSCognitoIdentityProviderAsync.getUserAsync
(GetUserRequest getUserRequest, AsyncHandler<GetUserRequest, GetUserResult> asyncHandler) Gets the user attributes and metadata for a user.AWSCognitoIdentityProviderAsyncClient.getUserAsync
(GetUserRequest request) AWSCognitoIdentityProviderAsyncClient.getUserAsync
(GetUserRequest request, AsyncHandler<GetUserRequest, GetUserResult> asyncHandler) Method parameters in com.amazonaws.services.cognitoidp with type arguments of type GetUserResultModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProviderAsync.getUserAsync
(GetUserRequest request, AsyncHandler<GetUserRequest, GetUserResult> asyncHandler) AWSCognitoIdentityProviderAsync.getUserAsync
(GetUserRequest getUserRequest, AsyncHandler<GetUserRequest, GetUserResult> asyncHandler) Gets the user attributes and metadata for a user.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 GetUserResultModifier and TypeMethodDescriptionGetUserResult.clone()
GetUserResult.withMFAOptions
(MFAOptionType... mFAOptions) Specifies the options for MFA (e.g., email or phone number).GetUserResult.withMFAOptions
(Collection<MFAOptionType> mFAOptions) Specifies the options for MFA (e.g., email or phone number).GetUserResult.withUserAttributes
(AttributeType... userAttributes) An array of name-value pairs representing user attributes.GetUserResult.withUserAttributes
(Collection<AttributeType> userAttributes) An array of name-value pairs representing user attributes.GetUserResult.withUsername
(String username) The user name of the user you wish to retrieve from the get user request.