Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.ResendConfirmationCodeRequest.Builder
Packages that use ResendConfirmationCodeRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of ResendConfirmationCodeRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type ResendConfirmationCodeRequest.BuilderModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.resendConfirmationCode(Consumer<ResendConfirmationCodeRequest.Builder> resendConfirmationCodeRequest) Resends the code that confirms a new account for a user who has signed up in your user pool.default ResendConfirmationCodeResponseCognitoIdentityProviderClient.resendConfirmationCode(Consumer<ResendConfirmationCodeRequest.Builder> resendConfirmationCodeRequest) Resends the code that confirms a new account for a user who has signed up in your user pool. -
Uses of ResendConfirmationCodeRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ResendConfirmationCodeRequest.BuilderModifier and TypeMethodDescriptionResendConfirmationCodeRequest.Builder.analyticsMetadata(Consumer<AnalyticsMetadataType.Builder> analyticsMetadata) Information that supports analytics outcomes with Amazon Pinpoint, including the user's endpoint ID.ResendConfirmationCodeRequest.Builder.analyticsMetadata(AnalyticsMetadataType analyticsMetadata) Information that supports analytics outcomes with Amazon Pinpoint, including the user's endpoint ID.ResendConfirmationCodeRequest.builder()The ID of the user pool app client where the user signed up.ResendConfirmationCodeRequest.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.ResendConfirmationCodeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ResendConfirmationCodeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ResendConfirmationCodeRequest.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.ResendConfirmationCodeRequest.toBuilder()ResendConfirmationCodeRequest.Builder.userContextData(Consumer<UserContextDataType.Builder> userContextData) Contextual data about your user session like the device fingerprint, IP address, or location.ResendConfirmationCodeRequest.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 ResendConfirmationCodeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ResendConfirmationCodeRequest.Builder>ResendConfirmationCodeRequest.serializableBuilderClass()