Package | Description |
---|---|
com.amazonaws.services.cognitoidp | |
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
Future<DeleteUserAttributesResult> |
AWSCognitoIdentityProviderAsyncClient.deleteUserAttributesAsync(DeleteUserAttributesRequest request,
AsyncHandler<DeleteUserAttributesRequest,DeleteUserAttributesResult> asyncHandler) |
Future<DeleteUserAttributesResult> |
AbstractAWSCognitoIdentityProviderAsync.deleteUserAttributesAsync(DeleteUserAttributesRequest request,
AsyncHandler<DeleteUserAttributesRequest,DeleteUserAttributesResult> asyncHandler) |
Future<DeleteUserAttributesResult> |
AWSCognitoIdentityProviderAsync.deleteUserAttributesAsync(DeleteUserAttributesRequest deleteUserAttributesRequest,
AsyncHandler<DeleteUserAttributesRequest,DeleteUserAttributesResult> asyncHandler)
Deletes the attributes for a user.
|
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 © 2018. All rights reserved.