| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
ProviderUserIdentifierType |
ProviderUserIdentifierType.clone() |
ProviderUserIdentifierType |
AdminLinkProviderForUserRequest.getDestinationUser()
The existing user in the user pool to be linked to the external identity provider user account.
|
ProviderUserIdentifierType |
AdminLinkProviderForUserRequest.getSourceUser()
An external identity provider account for a user who does not currently exist yet in the user pool.
|
ProviderUserIdentifierType |
AdminDisableProviderForUserRequest.getUser()
The user to be disabled.
|
ProviderUserIdentifierType |
ProviderUserIdentifierType.withProviderAttributeName(String providerAttributeName)
The name of the provider attribute to link to, for example,
NameID. |
ProviderUserIdentifierType |
ProviderUserIdentifierType.withProviderAttributeValue(String providerAttributeValue)
The value of the provider attribute to link to, for example,
xxxxx_account. |
ProviderUserIdentifierType |
ProviderUserIdentifierType.withProviderName(String providerName)
The name of the provider, for example, Facebook, Google, or Login with Amazon.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdminLinkProviderForUserRequest.setDestinationUser(ProviderUserIdentifierType destinationUser)
The existing user in the user pool to be linked to the external identity provider user account.
|
void |
AdminLinkProviderForUserRequest.setSourceUser(ProviderUserIdentifierType sourceUser)
An external identity provider account for a user who does not currently exist yet in the user pool.
|
void |
AdminDisableProviderForUserRequest.setUser(ProviderUserIdentifierType user)
The user to be disabled.
|
AdminLinkProviderForUserRequest |
AdminLinkProviderForUserRequest.withDestinationUser(ProviderUserIdentifierType destinationUser)
The existing user in the user pool to be linked to the external identity provider user account.
|
AdminLinkProviderForUserRequest |
AdminLinkProviderForUserRequest.withSourceUser(ProviderUserIdentifierType sourceUser)
An external identity provider account for a user who does not currently exist yet in the user pool.
|
AdminDisableProviderForUserRequest |
AdminDisableProviderForUserRequest.withUser(ProviderUserIdentifierType user)
The user to be disabled.
|
Copyright © 2017. All rights reserved.