Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AssociateSoftwareTokenRequest.Builder
-
Packages that use AssociateSoftwareTokenRequest.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users.software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of AssociateSoftwareTokenRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type AssociateSoftwareTokenRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociateSoftwareTokenResponse>CognitoIdentityProviderAsyncClient. 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.Builder Modifier and Type Method Description AssociateSoftwareTokenRequest.BuilderAssociateSoftwareTokenRequest.Builder. accessToken(String accessToken)A valid access token that Amazon Cognito issued to the user whose software token you want to generate.static AssociateSoftwareTokenRequest.BuilderAssociateSoftwareTokenRequest. builder()AssociateSoftwareTokenRequest.BuilderAssociateSoftwareTokenRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateSoftwareTokenRequest.BuilderAssociateSoftwareTokenRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateSoftwareTokenRequest.BuilderAssociateSoftwareTokenRequest.Builder. session(String session)The session identifier that maintains the state of authentication requests and challenge responses.AssociateSoftwareTokenRequest.BuilderAssociateSoftwareTokenRequest. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AssociateSoftwareTokenRequest.Builder Modifier and Type Method Description static Class<? extends AssociateSoftwareTokenRequest.Builder>AssociateSoftwareTokenRequest. serializableBuilderClass()
-