| 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 (TOTP) multi-factor authentication (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 (TOTP) multi-factor authentication (MFA) for a user, with a unique
private key that Amazon Cognito generates and returns in the API response.
|
default DeleteIdentityProviderResponse |
CognitoIdentityProviderClient.deleteIdentityProvider(Consumer<DeleteIdentityProviderRequest.Builder> deleteIdentityProviderRequest)
Deletes an IdP for a user pool.
|
default DeleteIdentityProviderResponse |
CognitoIdentityProviderClient.deleteIdentityProvider(DeleteIdentityProviderRequest deleteIdentityProviderRequest)
Deletes an IdP for a user pool.
|
default DeleteUserPoolClientResponse |
CognitoIdentityProviderClient.deleteUserPoolClient(Consumer<DeleteUserPoolClientRequest.Builder> deleteUserPoolClientRequest)
Allows the developer to delete the user pool client.
|
default DeleteUserPoolClientResponse |
CognitoIdentityProviderClient.deleteUserPoolClient(DeleteUserPoolClientRequest deleteUserPoolClientRequest)
Allows the developer to delete the user pool client.
|
default UpdateIdentityProviderResponse |
CognitoIdentityProviderClient.updateIdentityProvider(Consumer<UpdateIdentityProviderRequest.Builder> updateIdentityProviderRequest)
Updates IdP information for a user pool.
|
default UpdateIdentityProviderResponse |
CognitoIdentityProviderClient.updateIdentityProvider(UpdateIdentityProviderRequest updateIdentityProviderRequest)
Updates IdP information for a user pool.
|
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.