Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UserAttributeUpdateSettingsType
Packages that use UserAttributeUpdateSettingsType
-
Uses of UserAttributeUpdateSettingsType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UserAttributeUpdateSettingsTypeModifier and TypeMethodDescriptionCreateUserPoolRequest.userAttributeUpdateSettings()The settings for updates to user attributes.UpdateUserPoolRequest.userAttributeUpdateSettings()The settings for updates to user attributes.UserPoolType.userAttributeUpdateSettings()The settings for updates to user attributes.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type UserAttributeUpdateSettingsTypeModifier and TypeMethodDescriptionCreateUserPoolRequest.Builder.userAttributeUpdateSettings(UserAttributeUpdateSettingsType userAttributeUpdateSettings) The settings for updates to user attributes.UpdateUserPoolRequest.Builder.userAttributeUpdateSettings(UserAttributeUpdateSettingsType userAttributeUpdateSettings) The settings for updates to user attributes.UserPoolType.Builder.userAttributeUpdateSettings(UserAttributeUpdateSettingsType userAttributeUpdateSettings) The settings for updates to user attributes.