| 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> |
AWSCognitoIdentityProviderAsyncClient.deleteUserAttributesAsync(DeleteUserAttributesRequest request,
AsyncHandler<DeleteUserAttributesRequest,DeleteUserAttributesResult> asyncHandler) |
Future<DeleteUserAttributesResult> |
AWSCognitoIdentityProviderAsync.deleteUserAttributesAsync(DeleteUserAttributesRequest deleteUserAttributesRequest,
AsyncHandler<DeleteUserAttributesRequest,DeleteUserAttributesResult> asyncHandler)
Deletes the attributes for a user.
|
Future<DeleteUserAttributesResult> |
AbstractAWSCognitoIdentityProviderAsync.deleteUserAttributesAsync(DeleteUserAttributesRequest request,
AsyncHandler<DeleteUserAttributesRequest,DeleteUserAttributesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteUserAttributesRequest |
DeleteUserAttributesRequest.clone() |
DeleteUserAttributesRequest |
DeleteUserAttributesRequest.withAccessToken(String accessToken)
A valid access token that Amazon Cognito issued to the user whose attributes you want to delete.
|
DeleteUserAttributesRequest |
DeleteUserAttributesRequest.withUserAttributeNames(Collection<String> userAttributeNames)
An array of strings representing the user attribute names you want to delete.
|
DeleteUserAttributesRequest |
DeleteUserAttributesRequest.withUserAttributeNames(String... userAttributeNames)
An array of strings representing the user attribute names you want to delete.
|
Copyright © 2023. All rights reserved.