Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.DeleteUserAttributesRequest.Builder
Packages that use DeleteUserAttributesRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of DeleteUserAttributesRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type DeleteUserAttributesRequest.BuilderModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.deleteUserAttributes(Consumer<DeleteUserAttributesRequest.Builder> deleteUserAttributesRequest) Deletes attributes from the currently signed-in user.default DeleteUserAttributesResponseCognitoIdentityProviderClient.deleteUserAttributes(Consumer<DeleteUserAttributesRequest.Builder> deleteUserAttributesRequest) Deletes attributes from the currently signed-in user. -
Uses of DeleteUserAttributesRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return DeleteUserAttributesRequest.BuilderModifier and TypeMethodDescriptionDeleteUserAttributesRequest.Builder.accessToken(String accessToken) A valid access token that Amazon Cognito issued to the currently signed-in user.DeleteUserAttributesRequest.builder()DeleteUserAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteUserAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteUserAttributesRequest.toBuilder()DeleteUserAttributesRequest.Builder.userAttributeNames(String... userAttributeNames) An array of strings representing the user attribute names you want to delete.DeleteUserAttributesRequest.Builder.userAttributeNames(Collection<String> userAttributeNames) An array of strings representing the user attribute names you want to delete.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type DeleteUserAttributesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteUserAttributesRequest.Builder>DeleteUserAttributesRequest.serializableBuilderClass()