Package | Description |
---|---|
software.amazon.awssdk.services.cognitoidentityprovider |
With the Amazon Cognito user pools API, you can set up user pools and app clients, and authenticate users.
|
Modifier and Type | Method and Description |
---|---|
default GetUserResponse |
CognitoIdentityProviderClient.getUser(Consumer<GetUserRequest.Builder> getUserRequest)
Gets the user attributes and metadata for a user.
|
default GetUserResponse |
CognitoIdentityProviderClient.getUser(GetUserRequest getUserRequest)
Gets the user attributes and metadata for a user.
|
Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.