| 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.
|
| software.amazon.awssdk.services.cognitoidentityprovider.transform |
| 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
identity provider (SourceUser) based on a specified attribute name and value from the external
identity provider. |
default CompletableFuture<AdminLinkProviderForUserResponse> |
CognitoIdentityProviderAsyncClient.adminLinkProviderForUser(AdminLinkProviderForUserRequest adminLinkProviderForUserRequest)
Links an existing user account in a user pool (
DestinationUser) to an identity from an external
identity provider (SourceUser) based on a specified attribute name and value from the external
identity provider. |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
AdminLinkProviderForUserRequestMarshaller.marshall(AdminLinkProviderForUserRequest adminLinkProviderForUserRequest) |
Copyright © 2022. All rights reserved.