Uses of Class
com.amazonaws.services.cognitoidp.model.DeleteUserAttributesResult
-
Packages that use DeleteUserAttributesResult Package Description com.amazonaws.services.cognitoidp com.amazonaws.services.cognitoidp.model -
-
Uses of DeleteUserAttributesResult in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp that return DeleteUserAttributesResult Modifier and Type Method Description DeleteUserAttributesResultAbstractAWSCognitoIdentityProvider. deleteUserAttributes(DeleteUserAttributesRequest request)DeleteUserAttributesResultAWSCognitoIdentityProvider. deleteUserAttributes(DeleteUserAttributesRequest deleteUserAttributesRequest)Deletes the attributes for a user.DeleteUserAttributesResultAWSCognitoIdentityProviderClient. deleteUserAttributes(DeleteUserAttributesRequest deleteUserAttributesRequest)Deletes the attributes for a user.Method parameters in com.amazonaws.services.cognitoidp with type arguments of type DeleteUserAttributesResult Modifier and Type Method Description Future<DeleteUserAttributesResult>AbstractAWSCognitoIdentityProviderAsync. 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>AWSCognitoIdentityProviderAsyncClient. deleteUserAttributesAsync(DeleteUserAttributesRequest request, AsyncHandler<DeleteUserAttributesRequest,DeleteUserAttributesResult> asyncHandler) -
Uses of DeleteUserAttributesResult in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return DeleteUserAttributesResult Modifier and Type Method Description DeleteUserAttributesResultDeleteUserAttributesResult. clone()
-