Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminLinkProviderForUserRequest.Builder
Packages that use AdminLinkProviderForUserRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of AdminLinkProviderForUserRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type AdminLinkProviderForUserRequest.BuilderModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.adminLinkProviderForUser(Consumer<AdminLinkProviderForUserRequest.Builder> adminLinkProviderForUserRequest) Links an existing user account in a user pool, orDestinationUser, to an identity from an external IdP, orSourceUser, based on a specified attribute name and value from the external IdP.default AdminLinkProviderForUserResponseCognitoIdentityProviderClient.adminLinkProviderForUser(Consumer<AdminLinkProviderForUserRequest.Builder> adminLinkProviderForUserRequest) Links an existing user account in a user pool, orDestinationUser, to an identity from an external IdP, orSourceUser, based on a specified attribute name and value from the external IdP. -
Uses of AdminLinkProviderForUserRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AdminLinkProviderForUserRequest.BuilderModifier and TypeMethodDescriptionAdminLinkProviderForUserRequest.builder()AdminLinkProviderForUserRequest.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.destinationUser(ProviderUserIdentifierType destinationUser) The existing user in the user pool that you want to assign to the external IdP user account.AdminLinkProviderForUserRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AdminLinkProviderForUserRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AdminLinkProviderForUserRequest.Builder.sourceUser(Consumer<ProviderUserIdentifierType.Builder> sourceUser) An external IdP account for a user who doesn't exist yet in the user pool.AdminLinkProviderForUserRequest.Builder.sourceUser(ProviderUserIdentifierType sourceUser) An external IdP account for a user who doesn't exist yet in the user pool.AdminLinkProviderForUserRequest.toBuilder()AdminLinkProviderForUserRequest.Builder.userPoolId(String userPoolId) The ID of the user pool where you want to link a federated identity.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AdminLinkProviderForUserRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AdminLinkProviderForUserRequest.Builder>AdminLinkProviderForUserRequest.serializableBuilderClass()