Package | Description |
---|---|
com.amazonaws.services.cognitoidp |
With the Amazon Cognito user pools API, you can set up user pools and app clients, and authenticate users.
|
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
DeleteUserAttributesResult |
AWSCognitoIdentityProviderClient.deleteUserAttributes(DeleteUserAttributesRequest request)
Deletes the attributes for a user.
|
DeleteUserAttributesResult |
AWSCognitoIdentityProvider.deleteUserAttributes(DeleteUserAttributesRequest deleteUserAttributesRequest)
Deletes the attributes for a user.
|
DeleteUserAttributesResult |
AbstractAWSCognitoIdentityProvider.deleteUserAttributes(DeleteUserAttributesRequest request) |
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 |
---|---|
DeleteUserAttributesResult |
DeleteUserAttributesResult.clone() |
Copyright © 2023. All rights reserved.