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