Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminLinkProviderForUserRequest.Builder
-
Packages that use AdminLinkProviderForUserRequest.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users.software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of AdminLinkProviderForUserRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type AdminLinkProviderForUserRequest.Builder Modifier and Type Method Description default CompletableFuture<AdminLinkProviderForUserResponse>CognitoIdentityProviderAsyncClient. adminLinkProviderForUser(Consumer<AdminLinkProviderForUserRequest.Builder> adminLinkProviderForUserRequest)Links an existing user account in a user pool (DestinationUser) to an identity from an external IdP (SourceUser) 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 (DestinationUser) to an identity from an external IdP (SourceUser) 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.Builder Modifier and Type Method Description static AdminLinkProviderForUserRequest.BuilderAdminLinkProviderForUserRequest. builder()default AdminLinkProviderForUserRequest.BuilderAdminLinkProviderForUserRequest.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.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. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AdminLinkProviderForUserRequest.BuilderAdminLinkProviderForUserRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default AdminLinkProviderForUserRequest.BuilderAdminLinkProviderForUserRequest.Builder. sourceUser(Consumer<ProviderUserIdentifierType.Builder> sourceUser)An external IdP account for a user who doesn't exist yet in the user pool.AdminLinkProviderForUserRequest.BuilderAdminLinkProviderForUserRequest.Builder. sourceUser(ProviderUserIdentifierType sourceUser)An external IdP account for a user who doesn't exist yet in the user pool.AdminLinkProviderForUserRequest.BuilderAdminLinkProviderForUserRequest. toBuilder()AdminLinkProviderForUserRequest.BuilderAdminLinkProviderForUserRequest.Builder. userPoolId(String userPoolId)The user pool ID for the user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AdminLinkProviderForUserRequest.Builder Modifier and Type Method Description static Class<? extends AdminLinkProviderForUserRequest.Builder>AdminLinkProviderForUserRequest. serializableBuilderClass()
-