| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| com.amazonaws.services.cognitoidentityprovider.model |
Classes modeling the various types represented by AmazonCognitoIdentityProvider
|
| Modifier and Type | Method and Description |
|---|---|
UpdateUserPoolDomainResult |
AmazonCognitoIdentityProviderClient.updateUserPoolDomain(UpdateUserPoolDomainRequest updateUserPoolDomainRequest)
Updates the Secure Sockets Layer (SSL) certificate for the custom domain
for your user pool.
|
UpdateUserPoolDomainResult |
AmazonCognitoIdentityProvider.updateUserPoolDomain(UpdateUserPoolDomainRequest updateUserPoolDomainRequest)
Updates the Secure Sockets Layer (SSL) certificate for the custom domain
for your user pool.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateUserPoolDomainRequest |
UpdateUserPoolDomainRequest.withCustomDomainConfig(CustomDomainConfigType customDomainConfig)
The configuration for a custom domain that hosts the sign-up and sign-in
pages for your application.
|
UpdateUserPoolDomainRequest |
UpdateUserPoolDomainRequest.withDomain(String domain)
The domain name for the custom domain that hosts the sign-up and sign-in
pages for your application.
|
UpdateUserPoolDomainRequest |
UpdateUserPoolDomainRequest.withUserPoolId(String userPoolId)
The ID of the user pool that is associated with the custom domain that
you are updating the certificate for.
|
Copyright © 2020. All rights reserved.