| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider |
Using the Amazon Cognito user pools API, you can create a user pool to manage directories and users.
|
| Modifier and Type | Method and Description |
|---|---|
default AssociateSoftwareTokenResponse |
CognitoIdentityProviderClient.associateSoftwareToken(AssociateSoftwareTokenRequest associateSoftwareTokenRequest)
Returns a unique generated shared secret key code for the user account.
|
default AssociateSoftwareTokenResponse |
CognitoIdentityProviderClient.associateSoftwareToken(Consumer<AssociateSoftwareTokenRequest.Builder> associateSoftwareTokenRequest)
Returns a unique generated shared secret key code for the user account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AssociateSoftwareTokenResponse> |
CognitoIdentityProviderAsyncClient.associateSoftwareToken(AssociateSoftwareTokenRequest associateSoftwareTokenRequest)
Returns a unique generated shared secret key code for the user account.
|
default CompletableFuture<AssociateSoftwareTokenResponse> |
CognitoIdentityProviderAsyncClient.associateSoftwareToken(Consumer<AssociateSoftwareTokenRequest.Builder> associateSoftwareTokenRequest)
Returns a unique generated shared secret key code for the user account.
|
Copyright © 2022. All rights reserved.