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 the user attributes and metadata for a user.default GetUserResponseCognitoIdentityProviderClient. getUser(GetUserRequest getUserRequest)Gets the user attributes and metadata for a 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 the user attributes and metadata for a user.default CompletableFuture<GetUserResponse>CognitoIdentityProviderAsyncClient. getUser(GetUserRequest getUserRequest)Gets the user attributes and metadata for a user.
-