Package | Description |
---|---|
com.amazonaws.services.cognitoidp |
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
|
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
AdminLinkProviderForUserResult |
AbstractAWSCognitoIdentityProvider.adminLinkProviderForUser(AdminLinkProviderForUserRequest request) |
AdminLinkProviderForUserResult |
AWSCognitoIdentityProvider.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. |
AdminLinkProviderForUserResult |
AWSCognitoIdentityProviderClient.adminLinkProviderForUser(AdminLinkProviderForUserRequest request)
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 |
---|---|
Future<AdminLinkProviderForUserResult> |
AbstractAWSCognitoIdentityProviderAsync.adminLinkProviderForUserAsync(AdminLinkProviderForUserRequest request) |
Future<AdminLinkProviderForUserResult> |
AWSCognitoIdentityProviderAsyncClient.adminLinkProviderForUserAsync(AdminLinkProviderForUserRequest request) |
Future<AdminLinkProviderForUserResult> |
AWSCognitoIdentityProviderAsync.adminLinkProviderForUserAsync(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. |
Future<AdminLinkProviderForUserResult> |
AbstractAWSCognitoIdentityProviderAsync.adminLinkProviderForUserAsync(AdminLinkProviderForUserRequest request,
AsyncHandler<AdminLinkProviderForUserRequest,AdminLinkProviderForUserResult> asyncHandler) |
Future<AdminLinkProviderForUserResult> |
AWSCognitoIdentityProviderAsyncClient.adminLinkProviderForUserAsync(AdminLinkProviderForUserRequest request,
AsyncHandler<AdminLinkProviderForUserRequest,AdminLinkProviderForUserResult> asyncHandler) |
Future<AdminLinkProviderForUserResult> |
AWSCognitoIdentityProviderAsync.adminLinkProviderForUserAsync(AdminLinkProviderForUserRequest adminLinkProviderForUserRequest,
AsyncHandler<AdminLinkProviderForUserRequest,AdminLinkProviderForUserResult> asyncHandler)
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 |
---|---|
AdminLinkProviderForUserResult |
AdminLinkProviderForUserResult.clone() |
Copyright © 2024. All rights reserved.