Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminLinkProviderForUserRequest
-
Packages that use AdminLinkProviderForUserRequest 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.transform -
-
Uses of AdminLinkProviderForUserRequest in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider with parameters of type AdminLinkProviderForUserRequest Modifier and Type Method Description 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.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. -
Uses of AdminLinkProviderForUserRequest in software.amazon.awssdk.services.cognitoidentityprovider.transform
Methods in software.amazon.awssdk.services.cognitoidentityprovider.transform with parameters of type AdminLinkProviderForUserRequest Modifier and Type Method Description SdkHttpFullRequestAdminLinkProviderForUserRequestMarshaller. marshall(AdminLinkProviderForUserRequest adminLinkProviderForUserRequest)
-