Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AddCustomAttributesResponse
-
Packages that use AddCustomAttributesResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider 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 AddCustomAttributesResponse Modifier and Type Method Description default 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 AddCustomAttributesResponse Modifier and Type Method Description default CompletableFuture<AddCustomAttributesResponse>CognitoIdentityProviderAsyncClient. addCustomAttributes(Consumer<AddCustomAttributesRequest.Builder> addCustomAttributesRequest)Adds additional user attributes to the user pool schema.default CompletableFuture<AddCustomAttributesResponse>CognitoIdentityProviderAsyncClient. addCustomAttributes(AddCustomAttributesRequest addCustomAttributesRequest)Adds additional user attributes to the user pool schema.
-