Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AssociateSoftwareTokenResponse.Builder
-
Packages that use AssociateSoftwareTokenResponse.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of AssociateSoftwareTokenResponse.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AssociateSoftwareTokenResponse.Builder Modifier and Type Method Description static AssociateSoftwareTokenResponse.BuilderAssociateSoftwareTokenResponse. builder()AssociateSoftwareTokenResponse.BuilderAssociateSoftwareTokenResponse.Builder. secretCode(String secretCode)A unique generated shared secret code that is used in the TOTP algorithm to generate a one-time code.AssociateSoftwareTokenResponse.BuilderAssociateSoftwareTokenResponse.Builder. session(String session)The session that should be passed both ways in challenge-response calls to the service.AssociateSoftwareTokenResponse.BuilderAssociateSoftwareTokenResponse. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AssociateSoftwareTokenResponse.Builder Modifier and Type Method Description static Class<? extends AssociateSoftwareTokenResponse.Builder>AssociateSoftwareTokenResponse. serializableBuilderClass()
-