| 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 |
|---|---|
CreateUserPoolDomainResult |
AmazonCognitoIdentityProviderClient.createUserPoolDomain(CreateUserPoolDomainRequest createUserPoolDomainRequest)
Creates a new domain for a user pool.
|
CreateUserPoolDomainResult |
AmazonCognitoIdentityProvider.createUserPoolDomain(CreateUserPoolDomainRequest createUserPoolDomainRequest)
Creates a new domain for a user pool.
|
| Modifier and Type | Method and Description |
|---|---|
CreateUserPoolDomainRequest |
CreateUserPoolDomainRequest.withCustomDomainConfig(CustomDomainConfigType customDomainConfig)
The configuration for a custom domain that hosts the sign-up and sign-in
webpages for your application.
|
CreateUserPoolDomainRequest |
CreateUserPoolDomainRequest.withDomain(String domain)
The domain string.
|
CreateUserPoolDomainRequest |
CreateUserPoolDomainRequest.withUserPoolId(String userPoolId)
The user pool ID.
|
Copyright © 2020. All rights reserved.