Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.ForgotPasswordRequest.Builder
Packages that use ForgotPasswordRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of ForgotPasswordRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type ForgotPasswordRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ForgotPasswordResponse>CognitoIdentityProviderAsyncClient.forgotPassword(Consumer<ForgotPasswordRequest.Builder> forgotPasswordRequest) Sends a password-reset confirmation code to the email address or phone number of the requested username.default ForgotPasswordResponseCognitoIdentityProviderClient.forgotPassword(Consumer<ForgotPasswordRequest.Builder> forgotPasswordRequest) Sends a password-reset confirmation code to the email address or phone number of the requested username. -
Uses of ForgotPasswordRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ForgotPasswordRequest.BuilderModifier and TypeMethodDescriptiondefault ForgotPasswordRequest.BuilderForgotPasswordRequest.Builder.analyticsMetadata(Consumer<AnalyticsMetadataType.Builder> analyticsMetadata) Information that supports analytics outcomes with Amazon Pinpoint, including the user's endpoint ID.ForgotPasswordRequest.Builder.analyticsMetadata(AnalyticsMetadataType analyticsMetadata) Information that supports analytics outcomes with Amazon Pinpoint, including the user's endpoint ID.ForgotPasswordRequest.builder()The ID of the user pool app client associated with the current signed-in user.ForgotPasswordRequest.Builder.clientMetadata(Map<String, String> clientMetadata) A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.ForgotPasswordRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ForgotPasswordRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ForgotPasswordRequest.Builder.secretHash(String secretHash) A keyed-hash message authentication code (HMAC) calculated using the secret key of a user pool client and username plus the client ID in the message.ForgotPasswordRequest.toBuilder()default ForgotPasswordRequest.BuilderForgotPasswordRequest.Builder.userContextData(Consumer<UserContextDataType.Builder> userContextData) Contextual data about your user session like the device fingerprint, IP address, or location.ForgotPasswordRequest.Builder.userContextData(UserContextDataType userContextData) Contextual data about your user session like the device fingerprint, IP address, or location.The name of the user that you want to query or modify.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ForgotPasswordRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ForgotPasswordRequest.Builder>ForgotPasswordRequest.serializableBuilderClass()