Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminLinkProviderForUserResponse
-
Packages that use AdminLinkProviderForUserResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of AdminLinkProviderForUserResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return AdminLinkProviderForUserResponse Modifier and Type Method Description 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.default AdminLinkProviderForUserResponseCognitoIdentityProviderClient. adminLinkProviderForUser(AdminLinkProviderForUserRequest 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.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type AdminLinkProviderForUserResponse 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 CompletableFuture<AdminLinkProviderForUserResponse>CognitoIdentityProviderAsyncClient. adminLinkProviderForUser(AdminLinkProviderForUserRequest 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.
-