Package | Description |
---|---|
com.amazonaws.services.cognitoidp | |
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
Future<AdminDeleteUserAttributesResult> |
AWSCognitoIdentityProviderAsyncClient.adminDeleteUserAttributesAsync(AdminDeleteUserAttributesRequest request,
AsyncHandler<AdminDeleteUserAttributesRequest,AdminDeleteUserAttributesResult> asyncHandler) |
Future<AdminDeleteUserAttributesResult> |
AbstractAWSCognitoIdentityProviderAsync.adminDeleteUserAttributesAsync(AdminDeleteUserAttributesRequest request,
AsyncHandler<AdminDeleteUserAttributesRequest,AdminDeleteUserAttributesResult> asyncHandler) |
Future<AdminDeleteUserAttributesResult> |
AWSCognitoIdentityProviderAsync.adminDeleteUserAttributesAsync(AdminDeleteUserAttributesRequest adminDeleteUserAttributesRequest,
AsyncHandler<AdminDeleteUserAttributesRequest,AdminDeleteUserAttributesResult> asyncHandler)
Deletes the user attributes in a user pool as an administrator.
|
Modifier and Type | Method and Description |
---|---|
AdminDeleteUserAttributesRequest |
AdminDeleteUserAttributesRequest.clone() |
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 © 2018. All rights reserved.