Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminLinkProviderForUserResponse
Packages that use AdminLinkProviderForUserResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of AdminLinkProviderForUserResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return AdminLinkProviderForUserResponseModifier and TypeMethodDescriptiondefault AdminLinkProviderForUserResponseCognitoIdentityProviderClient.adminLinkProviderForUser(Consumer<AdminLinkProviderForUserRequest.Builder> adminLinkProviderForUserRequest) Links an existing user account in a user pool, orDestinationUser, to an identity from an external IdP, orSourceUser, based on a specified attribute name and value from the external IdP.default AdminLinkProviderForUserResponseCognitoIdentityProviderClient.adminLinkProviderForUser(AdminLinkProviderForUserRequest adminLinkProviderForUserRequest) Links an existing user account in a user pool, orDestinationUser, to an identity from an external IdP, orSourceUser, based on a specified attribute name and value from the external IdP.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type AdminLinkProviderForUserResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.adminLinkProviderForUser(Consumer<AdminLinkProviderForUserRequest.Builder> adminLinkProviderForUserRequest) Links an existing user account in a user pool, orDestinationUser, to an identity from an external IdP, orSourceUser, based on a specified attribute name and value from the external IdP.CognitoIdentityProviderAsyncClient.adminLinkProviderForUser(AdminLinkProviderForUserRequest adminLinkProviderForUserRequest) Links an existing user account in a user pool, orDestinationUser, to an identity from an external IdP, orSourceUser, based on a specified attribute name and value from the external IdP.