Uses of Class
com.amazonaws.services.cognitoidp.model.GetUserRequest
Packages that use GetUserRequest
-
Uses of GetUserRequest in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp with parameters of type GetUserRequestModifier 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.AbstractAWSCognitoIdentityProviderAsync.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 GetUserRequestModifier 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 GetUserRequest in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return GetUserRequestModifier and TypeMethodDescriptionGetUserRequest.clone()
GetUserRequest.withAccessToken
(String accessToken) The access token returned by the server response to get information about the user.