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 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 CreateManagedLoginBrandingResponse |
CognitoIdentityProviderClient.createManagedLoginBranding(Consumer<CreateManagedLoginBrandingRequest.Builder> createManagedLoginBrandingRequest) |
Creates a new set of branding settings for a user pool style and associates it with an app client.
|
default CreateManagedLoginBrandingResponse |
CognitoIdentityProviderClient.createManagedLoginBranding(CreateManagedLoginBrandingRequest createManagedLoginBrandingRequest) |
Creates a new set of branding settings for a user pool style and associates it with an app client.
|
default CreateUserPoolDomainResponse |
CognitoIdentityProviderClient.createUserPoolDomain(Consumer<CreateUserPoolDomainRequest.Builder> createUserPoolDomainRequest) |
A user pool domain hosts managed login, an authorization server and web server for authentication in your
application.
|
default CreateUserPoolDomainResponse |
CognitoIdentityProviderClient.createUserPoolDomain(CreateUserPoolDomainRequest createUserPoolDomainRequest) |
A user pool domain hosts managed login, an authorization server and web server for authentication in your
application.
|
default DeleteIdentityProviderResponse |
CognitoIdentityProviderClient.deleteIdentityProvider(Consumer<DeleteIdentityProviderRequest.Builder> deleteIdentityProviderRequest) |
Deletes a user pool identity provider (IdP).
|
default DeleteIdentityProviderResponse |
CognitoIdentityProviderClient.deleteIdentityProvider(DeleteIdentityProviderRequest deleteIdentityProviderRequest) |
Deletes a user pool identity provider (IdP).
|
default DeleteManagedLoginBrandingResponse |
CognitoIdentityProviderClient.deleteManagedLoginBranding(Consumer<DeleteManagedLoginBrandingRequest.Builder> deleteManagedLoginBrandingRequest) |
Deletes a managed login branding style.
|
default DeleteManagedLoginBrandingResponse |
CognitoIdentityProviderClient.deleteManagedLoginBranding(DeleteManagedLoginBrandingRequest deleteManagedLoginBrandingRequest) |
Deletes a managed login branding style.
|
default DeleteUserPoolClientResponse |
CognitoIdentityProviderClient.deleteUserPoolClient(Consumer<DeleteUserPoolClientRequest.Builder> deleteUserPoolClientRequest) |
Deletes a user pool app client.
|
default DeleteUserPoolClientResponse |
CognitoIdentityProviderClient.deleteUserPoolClient(DeleteUserPoolClientRequest deleteUserPoolClientRequest) |
Deletes a user pool app client.
|
default DeleteUserPoolDomainResponse |
CognitoIdentityProviderClient.deleteUserPoolDomain(Consumer<DeleteUserPoolDomainRequest.Builder> deleteUserPoolDomainRequest) |
Given a user pool ID and domain identifier, deletes a user pool domain.
|
default DeleteUserPoolDomainResponse |
CognitoIdentityProviderClient.deleteUserPoolDomain(DeleteUserPoolDomainRequest deleteUserPoolDomainRequest) |
Given a user pool ID and domain identifier, deletes a user pool domain.
|
default SetUserPoolMfaConfigResponse |
CognitoIdentityProviderClient.setUserPoolMfaConfig(Consumer<SetUserPoolMfaConfigRequest.Builder> setUserPoolMfaConfigRequest) |
Sets user pool multi-factor authentication (MFA) and passkey configuration.
|
default SetUserPoolMfaConfigResponse |
CognitoIdentityProviderClient.setUserPoolMfaConfig(SetUserPoolMfaConfigRequest setUserPoolMfaConfigRequest) |
Sets user pool multi-factor authentication (MFA) and passkey configuration.
|
default UpdateIdentityProviderResponse |
CognitoIdentityProviderClient.updateIdentityProvider(Consumer<UpdateIdentityProviderRequest.Builder> updateIdentityProviderRequest) |
Modifies the configuration and trust relationship between a third-party identity provider (IdP) and a user pool.
|
default UpdateIdentityProviderResponse |
CognitoIdentityProviderClient.updateIdentityProvider(UpdateIdentityProviderRequest updateIdentityProviderRequest) |
Modifies the configuration and trust relationship between a third-party identity provider (IdP) and a user pool.
|
default UpdateManagedLoginBrandingResponse |
CognitoIdentityProviderClient.updateManagedLoginBranding(Consumer<UpdateManagedLoginBrandingRequest.Builder> updateManagedLoginBrandingRequest) |
Configures the branding settings for a user pool style.
|
default UpdateManagedLoginBrandingResponse |
CognitoIdentityProviderClient.updateManagedLoginBranding(UpdateManagedLoginBrandingRequest updateManagedLoginBrandingRequest) |
Configures the branding settings for a user pool style.
|
default UpdateUserPoolResponse |
CognitoIdentityProviderClient.updateUserPool(Consumer<UpdateUserPoolRequest.Builder> updateUserPoolRequest) |
Updates the configuration of a user pool.
|
default UpdateUserPoolResponse |
CognitoIdentityProviderClient.updateUserPool(UpdateUserPoolRequest updateUserPoolRequest) |
Updates the configuration of a user pool.
|
default UpdateUserPoolClientResponse |
CognitoIdentityProviderClient.updateUserPoolClient(Consumer<UpdateUserPoolClientRequest.Builder> updateUserPoolClientRequest) |
Given a user pool app client ID, updates the configuration.
|
default UpdateUserPoolClientResponse |
CognitoIdentityProviderClient.updateUserPoolClient(UpdateUserPoolClientRequest updateUserPoolClientRequest) |
Given a user pool app client ID, updates the configuration.
|
default UpdateUserPoolDomainResponse |
CognitoIdentityProviderClient.updateUserPoolDomain(Consumer<UpdateUserPoolDomainRequest.Builder> updateUserPoolDomainRequest) |
A user pool domain hosts managed login, an authorization server and web server for authentication in your
application.
|
default UpdateUserPoolDomainResponse |
CognitoIdentityProviderClient.updateUserPoolDomain(UpdateUserPoolDomainRequest updateUserPoolDomainRequest) |
A user pool domain hosts managed login, an authorization server and web server for authentication in your
application.
|