Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.ProviderUserIdentifierType.Builder
-
Packages that use ProviderUserIdentifierType.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of ProviderUserIdentifierType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ProviderUserIdentifierType.Builder Modifier and Type Method Description static ProviderUserIdentifierType.BuilderProviderUserIdentifierType. builder()ProviderUserIdentifierType.BuilderProviderUserIdentifierType.Builder. providerAttributeName(String providerAttributeName)The name of the provider attribute to link to, such asNameID.ProviderUserIdentifierType.BuilderProviderUserIdentifierType.Builder. providerAttributeValue(String providerAttributeValue)The value of the provider attribute to link to, such asxxxxx_account.ProviderUserIdentifierType.BuilderProviderUserIdentifierType.Builder. providerName(String providerName)The name of the provider, such as Facebook, Google, or Login with Amazon.ProviderUserIdentifierType.BuilderProviderUserIdentifierType. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ProviderUserIdentifierType.Builder Modifier and Type Method Description static Class<? extends ProviderUserIdentifierType.Builder>ProviderUserIdentifierType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type ProviderUserIdentifierType.Builder Modifier and Type Method Description 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.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.default AdminDisableProviderForUserRequest.BuilderAdminDisableProviderForUserRequest.Builder. user(Consumer<ProviderUserIdentifierType.Builder> user)The user to be disabled.
-