| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| com.amazonaws.services.cognitoidentityprovider.model |
Classes modeling the various types represented by AmazonCognitoIdentityProvider
|
| Modifier and Type | Method and Description |
|---|---|
AdminLinkProviderForUserResult |
AmazonCognitoIdentityProviderClient.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. |
AdminLinkProviderForUserResult |
AmazonCognitoIdentityProvider.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 |
|---|---|
AdminLinkProviderForUserRequest |
AdminLinkProviderForUserRequest.withDestinationUser(ProviderUserIdentifierType destinationUser)
The existing user in the user pool to be linked to the external identity
provider user account.
|
AdminLinkProviderForUserRequest |
AdminLinkProviderForUserRequest.withSourceUser(ProviderUserIdentifierType sourceUser)
An external identity provider account for a user who does not currently
exist yet in the user pool.
|
AdminLinkProviderForUserRequest |
AdminLinkProviderForUserRequest.withUserPoolId(String userPoolId)
The user pool ID for the user pool.
|
Copyright © 2020. All rights reserved.