| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteUserAttributesResult> |
AWSCognitoIdentityProviderAsync.deleteUserAttributesAsync(DeleteUserAttributesRequest deleteUserAttributesRequest,
AsyncHandler<DeleteUserAttributesRequest,DeleteUserAttributesResult> asyncHandler)
Deletes the attributes for a user.
|
Future<DeleteUserAttributesResult> |
AWSCognitoIdentityProviderAsyncClient.deleteUserAttributesAsync(DeleteUserAttributesRequest request,
AsyncHandler<DeleteUserAttributesRequest,DeleteUserAttributesResult> asyncHandler) |
Future<DeleteUserAttributesResult> |
AbstractAWSCognitoIdentityProviderAsync.deleteUserAttributesAsync(DeleteUserAttributesRequest request,
AsyncHandler<DeleteUserAttributesRequest,DeleteUserAttributesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteUserAttributesRequest |
DeleteUserAttributesRequest.clone() |
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.