| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider |
Using the Amazon Cognito user pools API, you can create a user pool to manage directories and users.
|
| Modifier and Type | Method and Description |
|---|---|
default AdminLinkProviderForUserResponse |
CognitoIdentityProviderClient.adminLinkProviderForUser(AdminLinkProviderForUserRequest adminLinkProviderForUserRequest)
Links an existing user account in a user pool (
DestinationUser) to an identity from an external IdP
(SourceUser) based on a specified attribute name and value from the external IdP. |
default AdminLinkProviderForUserResponse |
CognitoIdentityProviderClient.adminLinkProviderForUser(Consumer<AdminLinkProviderForUserRequest.Builder> adminLinkProviderForUserRequest)
Links an existing user account in a user pool (
DestinationUser) to an identity from an external IdP
(SourceUser) based on a specified attribute name and value from the external IdP. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AdminLinkProviderForUserResponse> |
CognitoIdentityProviderAsyncClient.adminLinkProviderForUser(AdminLinkProviderForUserRequest adminLinkProviderForUserRequest)
Links an existing user account in a user pool (
DestinationUser) to an identity from an external IdP
(SourceUser) based on a specified attribute name and value from the external IdP. |
default CompletableFuture<AdminLinkProviderForUserResponse> |
CognitoIdentityProviderAsyncClient.adminLinkProviderForUser(Consumer<AdminLinkProviderForUserRequest.Builder> adminLinkProviderForUserRequest)
Links an existing user account in a user pool (
DestinationUser) to an identity from an external IdP
(SourceUser) based on a specified attribute name and value from the external IdP. |
Copyright © 2022. All rights reserved.