| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
static AssociateSoftwareTokenResponse.Builder |
AssociateSoftwareTokenResponse.builder() |
AssociateSoftwareTokenResponse.Builder |
AssociateSoftwareTokenResponse.Builder.secretCode(String secretCode)
A unique generated shared secret code that is used in the time-based one-time password (TOTP) algorithm to
generate a one-time code.
|
AssociateSoftwareTokenResponse.Builder |
AssociateSoftwareTokenResponse.Builder.session(String session)
The session that should be passed both ways in challenge-response calls to the service.
|
AssociateSoftwareTokenResponse.Builder |
AssociateSoftwareTokenResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssociateSoftwareTokenResponse.Builder> |
AssociateSoftwareTokenResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.