Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.ProviderUserIdentifierType.Builder
Packages that use ProviderUserIdentifierType.Builder
-
Uses of ProviderUserIdentifierType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ProviderUserIdentifierType.BuilderModifier and TypeMethodDescriptionProviderUserIdentifierType.builder()ProviderUserIdentifierType.Builder.providerAttributeName(String providerAttributeName) The name of the provider attribute to link to, such asNameID.ProviderUserIdentifierType.Builder.providerAttributeValue(String providerAttributeValue) The value of the provider attribute to link to, such asxxxxx_account.ProviderUserIdentifierType.Builder.providerName(String providerName) The name of the provider, such as Facebook, Google, or Login with Amazon.ProviderUserIdentifierType.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ProviderUserIdentifierType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ProviderUserIdentifierType.Builder>ProviderUserIdentifierType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type ProviderUserIdentifierType.BuilderModifier and TypeMethodDescriptionAdminLinkProviderForUserRequest.Builder.destinationUser(Consumer<ProviderUserIdentifierType.Builder> destinationUser) The existing user in the user pool that you want to assign to the external IdP user account.AdminLinkProviderForUserRequest.Builder.sourceUser(Consumer<ProviderUserIdentifierType.Builder> sourceUser) An external IdP account for a user who doesn't exist yet in the user pool.AdminDisableProviderForUserRequest.Builder.user(Consumer<ProviderUserIdentifierType.Builder> user) The user profile that you want to delete a linked identity from.