Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.GetUserResponse
Packages that use GetUserResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of GetUserResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return GetUserResponseModifier and TypeMethodDescriptiondefault GetUserResponseCognitoIdentityProviderClient.getUser(Consumer<GetUserRequest.Builder> getUserRequest) Gets user attributes and and MFA settings for the currently signed-in user.default GetUserResponseCognitoIdentityProviderClient.getUser(GetUserRequest getUserRequest) Gets user attributes and and MFA settings for the currently signed-in user.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type GetUserResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetUserResponse>CognitoIdentityProviderAsyncClient.getUser(Consumer<GetUserRequest.Builder> getUserRequest) Gets user attributes and and MFA settings for the currently signed-in user.default CompletableFuture<GetUserResponse>CognitoIdentityProviderAsyncClient.getUser(GetUserRequest getUserRequest) Gets user attributes and and MFA settings for the currently signed-in user.