Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ProviderUserIdentifierType
Packages that use ProviderUserIdentifierType
-
Uses of ProviderUserIdentifierType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ProviderUserIdentifierTypeModifier and TypeMethodDescriptionAdminLinkProviderForUserRequest.destinationUser()The existing user in the user pool that you want to assign to the external IdP user account.AdminLinkProviderForUserRequest.sourceUser()An external IdP account for a user who doesn't exist yet in the user pool.AdminDisableProviderForUserRequest.user()The user profile that you want to delete a linked identity from.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type ProviderUserIdentifierTypeModifier and TypeMethodDescriptionAdminLinkProviderForUserRequest.Builder.destinationUser(ProviderUserIdentifierType destinationUser) The existing user in the user pool that you want to assign to the external IdP user account.AdminLinkProviderForUserRequest.Builder.sourceUser(ProviderUserIdentifierType sourceUser) An external IdP account for a user who doesn't exist yet in the user pool.AdminDisableProviderForUserRequest.Builder.user(ProviderUserIdentifierType user) The user profile that you want to delete a linked identity from.