| 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)
Begins setup of time-based one-time password multi-factor authentication (TOTP MFA) for a user, with a unique
private key that Amazon Cognito generates and returns in the API response.
|
default AssociateSoftwareTokenResponse |
CognitoIdentityProviderClient.associateSoftwareToken(Consumer<AssociateSoftwareTokenRequest.Builder> associateSoftwareTokenRequest)
Begins setup of time-based one-time password multi-factor authentication (TOTP MFA) for a user, with a unique
private key that Amazon Cognito generates and returns in the API response.
|
default UpdateUserPoolResponse |
CognitoIdentityProviderClient.updateUserPool(Consumer<UpdateUserPoolRequest.Builder> updateUserPoolRequest)
Updates the specified user pool with the specified attributes.
|
default UpdateUserPoolResponse |
CognitoIdentityProviderClient.updateUserPool(UpdateUserPoolRequest updateUserPoolRequest)
Updates the specified user pool with the specified attributes.
|
default UpdateUserPoolClientResponse |
CognitoIdentityProviderClient.updateUserPoolClient(Consumer<UpdateUserPoolClientRequest.Builder> updateUserPoolClientRequest)
Updates the specified user pool app client with the specified attributes.
|
default UpdateUserPoolClientResponse |
CognitoIdentityProviderClient.updateUserPoolClient(UpdateUserPoolClientRequest updateUserPoolClientRequest)
Updates the specified user pool app client with the specified attributes.
|
Copyright © 2022. All rights reserved.