Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UserAttributeUpdateSettingsType
-
Packages that use UserAttributeUpdateSettingsType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of UserAttributeUpdateSettingsType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UserAttributeUpdateSettingsType Modifier and Type Method Description UserAttributeUpdateSettingsTypeCreateUserPoolRequest. userAttributeUpdateSettings()The settings for updates to user attributes.UserAttributeUpdateSettingsTypeUpdateUserPoolRequest. userAttributeUpdateSettings()The settings for updates to user attributes.UserAttributeUpdateSettingsTypeUserPoolType. userAttributeUpdateSettings()The settings for updates to user attributes.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type UserAttributeUpdateSettingsType Modifier and Type Method Description CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder. userAttributeUpdateSettings(UserAttributeUpdateSettingsType userAttributeUpdateSettings)The settings for updates to user attributes.UpdateUserPoolRequest.BuilderUpdateUserPoolRequest.Builder. userAttributeUpdateSettings(UserAttributeUpdateSettingsType userAttributeUpdateSettings)The settings for updates to user attributes.UserPoolType.BuilderUserPoolType.Builder. userAttributeUpdateSettings(UserAttributeUpdateSettingsType userAttributeUpdateSettings)The settings for updates to user attributes.
-