Uses of Class
com.amazonaws.services.cognitoidp.model.AdminDeleteUserAttributesRequest
-
Packages that use AdminDeleteUserAttributesRequest Package Description com.amazonaws.services.cognitoidp com.amazonaws.services.cognitoidp.model -
-
Uses of AdminDeleteUserAttributesRequest in com.amazonaws.services.cognitoidp
Method parameters in com.amazonaws.services.cognitoidp with type arguments of type AdminDeleteUserAttributesRequest Modifier and Type Method Description 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.Future<AdminDeleteUserAttributesResult>
AWSCognitoIdentityProviderAsyncClient. adminDeleteUserAttributesAsync(AdminDeleteUserAttributesRequest request, AsyncHandler<AdminDeleteUserAttributesRequest,AdminDeleteUserAttributesResult> asyncHandler)
-
Uses of AdminDeleteUserAttributesRequest in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return AdminDeleteUserAttributesRequest Modifier and Type Method Description AdminDeleteUserAttributesRequest
AdminDeleteUserAttributesRequest. clone()
AdminDeleteUserAttributesRequest
AdminDeleteUserAttributesRequest. withUserAttributeNames(String... userAttributeNames)
An array of strings representing the user attribute names you wish to delete.AdminDeleteUserAttributesRequest
AdminDeleteUserAttributesRequest. withUserAttributeNames(Collection<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.
-