Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminSetUserPasswordRequest.Builder
Packages that use AdminSetUserPasswordRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of AdminSetUserPasswordRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type AdminSetUserPasswordRequest.BuilderModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.adminSetUserPassword(Consumer<AdminSetUserPasswordRequest.Builder> adminSetUserPasswordRequest) Sets the specified user's password in a user pool.default AdminSetUserPasswordResponseCognitoIdentityProviderClient.adminSetUserPassword(Consumer<AdminSetUserPasswordRequest.Builder> adminSetUserPasswordRequest) Sets the specified user's password in a user pool. -
Uses of AdminSetUserPasswordRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AdminSetUserPasswordRequest.BuilderModifier and TypeMethodDescriptionAdminSetUserPasswordRequest.builder()AdminSetUserPasswordRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AdminSetUserPasswordRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The new temporary or permanent password that you want to set for the user.Set totrueto set a password that the user can immediately sign in with.AdminSetUserPasswordRequest.toBuilder()The name of the user that you want to query or modify.AdminSetUserPasswordRequest.Builder.userPoolId(String userPoolId) The ID of the user pool where you want to set the user's password.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AdminSetUserPasswordRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AdminSetUserPasswordRequest.Builder>AdminSetUserPasswordRequest.serializableBuilderClass()