Uses of Class
com.amazonaws.services.cognitoidp.model.AdminDeleteUserAttributesRequest
Packages that use AdminDeleteUserAttributesRequest
-
Uses of AdminDeleteUserAttributesRequest in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp with parameters of type AdminDeleteUserAttributesRequestModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProvider.adminDeleteUserAttributes
(AdminDeleteUserAttributesRequest request) AWSCognitoIdentityProvider.adminDeleteUserAttributes
(AdminDeleteUserAttributesRequest adminDeleteUserAttributesRequest) Deletes the user attributes in a user pool as an administrator.AWSCognitoIdentityProviderClient.adminDeleteUserAttributes
(AdminDeleteUserAttributesRequest adminDeleteUserAttributesRequest) Deletes the user attributes in a user pool as an administrator.AbstractAWSCognitoIdentityProviderAsync.adminDeleteUserAttributesAsync
(AdminDeleteUserAttributesRequest request) AbstractAWSCognitoIdentityProviderAsync.adminDeleteUserAttributesAsync
(AdminDeleteUserAttributesRequest request, AsyncHandler<AdminDeleteUserAttributesRequest, AdminDeleteUserAttributesResult> asyncHandler) AWSCognitoIdentityProviderAsync.adminDeleteUserAttributesAsync
(AdminDeleteUserAttributesRequest adminDeleteUserAttributesRequest) Deletes the user attributes in a user pool as an administrator.AWSCognitoIdentityProviderAsync.adminDeleteUserAttributesAsync
(AdminDeleteUserAttributesRequest adminDeleteUserAttributesRequest, AsyncHandler<AdminDeleteUserAttributesRequest, AdminDeleteUserAttributesResult> asyncHandler) Deletes the user attributes in a user pool as an administrator.AWSCognitoIdentityProviderAsyncClient.adminDeleteUserAttributesAsync
(AdminDeleteUserAttributesRequest request) AWSCognitoIdentityProviderAsyncClient.adminDeleteUserAttributesAsync
(AdminDeleteUserAttributesRequest request, AsyncHandler<AdminDeleteUserAttributesRequest, AdminDeleteUserAttributesResult> asyncHandler) Method parameters in com.amazonaws.services.cognitoidp with type arguments of type AdminDeleteUserAttributesRequestModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProviderAsync.adminDeleteUserAttributesAsync
(AdminDeleteUserAttributesRequest request, AsyncHandler<AdminDeleteUserAttributesRequest, AdminDeleteUserAttributesResult> asyncHandler) AWSCognitoIdentityProviderAsync.adminDeleteUserAttributesAsync
(AdminDeleteUserAttributesRequest adminDeleteUserAttributesRequest, AsyncHandler<AdminDeleteUserAttributesRequest, AdminDeleteUserAttributesResult> asyncHandler) Deletes the user attributes in a user pool as an administrator.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 AdminDeleteUserAttributesRequestModifier and TypeMethodDescriptionAdminDeleteUserAttributesRequest.clone()
AdminDeleteUserAttributesRequest.withUserAttributeNames
(String... userAttributeNames) An array of strings representing the user attribute names you wish to delete.AdminDeleteUserAttributesRequest.withUserAttributeNames
(Collection<String> userAttributeNames) An array of strings representing the user attribute names you wish to delete.AdminDeleteUserAttributesRequest.withUsername
(String username) The user name of the user from which you would like to delete attributes.AdminDeleteUserAttributesRequest.withUserPoolId
(String userPoolId) The user pool ID for the user pool where you want to delete user attributes.