Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ProviderUserIdentifierType
-
Packages that use ProviderUserIdentifierType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of ProviderUserIdentifierType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ProviderUserIdentifierType Modifier and Type Method Description ProviderUserIdentifierTypeAdminLinkProviderForUserRequest. destinationUser()The existing user in the user pool that you want to assign to the external IdP user account.ProviderUserIdentifierTypeAdminLinkProviderForUserRequest. sourceUser()An external IdP account for a user who doesn't exist yet in the user pool.ProviderUserIdentifierTypeAdminDisableProviderForUserRequest. 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 ProviderUserIdentifierType Modifier and Type Method Description AdminLinkProviderForUserRequest.BuilderAdminLinkProviderForUserRequest.Builder. destinationUser(ProviderUserIdentifierType destinationUser)The existing user in the user pool that you want to assign to the external IdP user account.AdminLinkProviderForUserRequest.BuilderAdminLinkProviderForUserRequest.Builder. sourceUser(ProviderUserIdentifierType sourceUser)An external IdP account for a user who doesn't exist yet in the user pool.AdminDisableProviderForUserRequest.BuilderAdminDisableProviderForUserRequest.Builder. user(ProviderUserIdentifierType user)The user profile that you want to delete a linked identity from.
-