Uses of Class
com.amazonaws.services.cognitoidp.model.DeleteUserAttributesRequest
Packages that use DeleteUserAttributesRequest
-
Uses of DeleteUserAttributesRequest in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp with parameters of type DeleteUserAttributesRequestModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProvider.deleteUserAttributes
(DeleteUserAttributesRequest request) AWSCognitoIdentityProvider.deleteUserAttributes
(DeleteUserAttributesRequest deleteUserAttributesRequest) Deletes the attributes for a user.AWSCognitoIdentityProviderClient.deleteUserAttributes
(DeleteUserAttributesRequest deleteUserAttributesRequest) Deletes the attributes for a user.AbstractAWSCognitoIdentityProviderAsync.deleteUserAttributesAsync
(DeleteUserAttributesRequest request) AbstractAWSCognitoIdentityProviderAsync.deleteUserAttributesAsync
(DeleteUserAttributesRequest request, AsyncHandler<DeleteUserAttributesRequest, DeleteUserAttributesResult> asyncHandler) AWSCognitoIdentityProviderAsync.deleteUserAttributesAsync
(DeleteUserAttributesRequest deleteUserAttributesRequest) Deletes the attributes for a user.AWSCognitoIdentityProviderAsync.deleteUserAttributesAsync
(DeleteUserAttributesRequest deleteUserAttributesRequest, AsyncHandler<DeleteUserAttributesRequest, DeleteUserAttributesResult> asyncHandler) Deletes the attributes for a user.AWSCognitoIdentityProviderAsyncClient.deleteUserAttributesAsync
(DeleteUserAttributesRequest request) AWSCognitoIdentityProviderAsyncClient.deleteUserAttributesAsync
(DeleteUserAttributesRequest request, AsyncHandler<DeleteUserAttributesRequest, DeleteUserAttributesResult> asyncHandler) Method parameters in com.amazonaws.services.cognitoidp with type arguments of type DeleteUserAttributesRequestModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProviderAsync.deleteUserAttributesAsync
(DeleteUserAttributesRequest request, AsyncHandler<DeleteUserAttributesRequest, DeleteUserAttributesResult> asyncHandler) AWSCognitoIdentityProviderAsync.deleteUserAttributesAsync
(DeleteUserAttributesRequest deleteUserAttributesRequest, AsyncHandler<DeleteUserAttributesRequest, DeleteUserAttributesResult> asyncHandler) Deletes the attributes for a user.AWSCognitoIdentityProviderAsyncClient.deleteUserAttributesAsync
(DeleteUserAttributesRequest request, AsyncHandler<DeleteUserAttributesRequest, DeleteUserAttributesResult> asyncHandler) -
Uses of DeleteUserAttributesRequest in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return DeleteUserAttributesRequestModifier and TypeMethodDescriptionDeleteUserAttributesRequest.clone()
DeleteUserAttributesRequest.withAccessToken
(String accessToken) The access token used in the request to delete user attributes.DeleteUserAttributesRequest.withUserAttributeNames
(String... userAttributeNames) An array of strings representing the user attribute names you wish to delete.DeleteUserAttributesRequest.withUserAttributeNames
(Collection<String> userAttributeNames) An array of strings representing the user attribute names you wish to delete.