| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
ProviderUserIdentifierType |
AdminLinkProviderForUserRequest.destinationUser()
The existing user in the user pool that you want to assign to the external IdP user account.
|
ProviderUserIdentifierType |
AdminLinkProviderForUserRequest.sourceUser()
An external IdP account for a user who doesn't exist yet in the user pool.
|
ProviderUserIdentifierType |
AdminDisableProviderForUserRequest.user()
The user to be disabled.
|
| Modifier and Type | Method and Description |
|---|---|
AdminLinkProviderForUserRequest.Builder |
AdminLinkProviderForUserRequest.Builder.destinationUser(ProviderUserIdentifierType destinationUser)
The existing user in the user pool that you want to assign to the external IdP user account.
|
AdminLinkProviderForUserRequest.Builder |
AdminLinkProviderForUserRequest.Builder.sourceUser(ProviderUserIdentifierType sourceUser)
An external IdP account for a user who doesn't exist yet in the user pool.
|
AdminDisableProviderForUserRequest.Builder |
AdminDisableProviderForUserRequest.Builder.user(ProviderUserIdentifierType user)
The user to be disabled.
|
Copyright © 2023. All rights reserved.