Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AssociateSoftwareTokenRequest.Builder
Packages that use AssociateSoftwareTokenRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of AssociateSoftwareTokenRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type AssociateSoftwareTokenRequest.BuilderModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.associateSoftwareToken(Consumer<AssociateSoftwareTokenRequest.Builder> associateSoftwareTokenRequest) Begins setup of time-based one-time password (TOTP) multi-factor authentication (MFA) for a user, with a unique private key that Amazon Cognito generates and returns in the API response.default AssociateSoftwareTokenResponseCognitoIdentityProviderClient.associateSoftwareToken(Consumer<AssociateSoftwareTokenRequest.Builder> associateSoftwareTokenRequest) Begins setup of time-based one-time password (TOTP) multi-factor authentication (MFA) for a user, with a unique private key that Amazon Cognito generates and returns in the API response. -
Uses of AssociateSoftwareTokenRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AssociateSoftwareTokenRequest.BuilderModifier and TypeMethodDescriptionAssociateSoftwareTokenRequest.Builder.accessToken(String accessToken) A valid access token that Amazon Cognito issued to the currently signed-in user.AssociateSoftwareTokenRequest.builder()AssociateSoftwareTokenRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AssociateSoftwareTokenRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The session identifier that maintains the state of authentication requests and challenge responses.AssociateSoftwareTokenRequest.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AssociateSoftwareTokenRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssociateSoftwareTokenRequest.Builder>AssociateSoftwareTokenRequest.serializableBuilderClass()