| 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 |
|---|---|
AdminDeleteUserAttributesResult |
AmazonCognitoIdentityProviderClient.adminDeleteUserAttributes(AdminDeleteUserAttributesRequest adminDeleteUserAttributesRequest)
Deletes the user attributes in a user pool as an administrator.
|
AdminDeleteUserAttributesResult |
AmazonCognitoIdentityProvider.adminDeleteUserAttributes(AdminDeleteUserAttributesRequest adminDeleteUserAttributesRequest)
Deletes the user attributes in a user pool as an administrator.
|
| Modifier and Type | Method and Description |
|---|---|
AdminDeleteUserAttributesRequest |
AdminDeleteUserAttributesRequest.withUserAttributeNames(Collection<String> userAttributeNames)
An array of strings representing the user attribute names you wish to
delete.
|
AdminDeleteUserAttributesRequest |
AdminDeleteUserAttributesRequest.withUserAttributeNames(String... userAttributeNames)
An array of strings representing the user attribute names you wish to
delete.
|
AdminDeleteUserAttributesRequest |
AdminDeleteUserAttributesRequest.withUsername(String username)
The user name of the user from which you would like to delete attributes.
|
AdminDeleteUserAttributesRequest |
AdminDeleteUserAttributesRequest.withUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to delete user
attributes.
|
Copyright © 2020. All rights reserved.