Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AddCustomAttributesResponse
Packages that use AddCustomAttributesResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of AddCustomAttributesResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return AddCustomAttributesResponseModifier and TypeMethodDescriptiondefault AddCustomAttributesResponseCognitoIdentityProviderClient.addCustomAttributes(Consumer<AddCustomAttributesRequest.Builder> addCustomAttributesRequest) Adds additional user attributes to the user pool schema.default AddCustomAttributesResponseCognitoIdentityProviderClient.addCustomAttributes(AddCustomAttributesRequest addCustomAttributesRequest) Adds additional user attributes to the user pool schema.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type AddCustomAttributesResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.addCustomAttributes(Consumer<AddCustomAttributesRequest.Builder> addCustomAttributesRequest) Adds additional user attributes to the user pool schema.CognitoIdentityProviderAsyncClient.addCustomAttributes(AddCustomAttributesRequest addCustomAttributesRequest) Adds additional user attributes to the user pool schema.