Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.GetUserResponse
-
Packages that use GetUserResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider 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 GetUserResponse Modifier and Type Method Description default 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 GetUserResponse Modifier and Type Method Description default 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.
-