Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.DeleteUserAttributesResponse
-
Packages that use DeleteUserAttributesResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of DeleteUserAttributesResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return DeleteUserAttributesResponse Modifier and Type Method Description default DeleteUserAttributesResponseCognitoIdentityProviderClient. deleteUserAttributes(Consumer<DeleteUserAttributesRequest.Builder> deleteUserAttributesRequest)Deletes the attributes for a user.default DeleteUserAttributesResponseCognitoIdentityProviderClient. deleteUserAttributes(DeleteUserAttributesRequest deleteUserAttributesRequest)Deletes the attributes for a user.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type DeleteUserAttributesResponse Modifier and Type Method Description default CompletableFuture<DeleteUserAttributesResponse>CognitoIdentityProviderAsyncClient. deleteUserAttributes(Consumer<DeleteUserAttributesRequest.Builder> deleteUserAttributesRequest)Deletes the attributes for a user.default CompletableFuture<DeleteUserAttributesResponse>CognitoIdentityProviderAsyncClient. deleteUserAttributes(DeleteUserAttributesRequest deleteUserAttributesRequest)Deletes the attributes for a user.
-