| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| com.amazonaws.services.cognitoidentityprovider.model |
Classes modeling the various types represented by AmazonCognitoIdentityProvider
|
| Modifier and Type | Method and Description |
|---|---|
DeleteUserAttributesResult |
AmazonCognitoIdentityProviderClient.deleteUserAttributes(DeleteUserAttributesRequest deleteUserAttributesRequest)
Deletes the attributes for a user.
|
DeleteUserAttributesResult |
AmazonCognitoIdentityProvider.deleteUserAttributes(DeleteUserAttributesRequest deleteUserAttributesRequest)
Deletes the attributes for a user.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteUserAttributesRequest |
DeleteUserAttributesRequest.withAccessToken(String accessToken)
The access token used in the request to delete user attributes.
|
DeleteUserAttributesRequest |
DeleteUserAttributesRequest.withUserAttributeNames(Collection<String> userAttributeNames)
An array of strings representing the user attribute names you wish to
delete.
|
DeleteUserAttributesRequest |
DeleteUserAttributesRequest.withUserAttributeNames(String... userAttributeNames)
An array of strings representing the user attribute names you wish to
delete.
|
Copyright © 2020. All rights reserved.