| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
DomainDescriptionType |
DomainDescriptionType.clone() |
DomainDescriptionType |
DescribeUserPoolDomainResult.getDomainDescription()
A domain description object containing information about the domain.
|
DomainDescriptionType |
DomainDescriptionType.withAWSAccountId(String aWSAccountId)
The Amazon Web Services ID for the user pool owner.
|
DomainDescriptionType |
DomainDescriptionType.withCloudFrontDistribution(String cloudFrontDistribution)
The Amazon CloudFront endpoint that you use as the target of the alias that you set up with your Domain Name
Service (DNS) provider.
|
DomainDescriptionType |
DomainDescriptionType.withCustomDomainConfig(CustomDomainConfigType customDomainConfig)
The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.
|
DomainDescriptionType |
DomainDescriptionType.withDomain(String domain)
The domain string.
|
DomainDescriptionType |
DomainDescriptionType.withS3Bucket(String s3Bucket)
The Amazon S3 bucket where the static files for this domain are stored.
|
DomainDescriptionType |
DomainDescriptionType.withStatus(DomainStatusType status)
The domain status.
|
DomainDescriptionType |
DomainDescriptionType.withStatus(String status)
The domain status.
|
DomainDescriptionType |
DomainDescriptionType.withUserPoolId(String userPoolId)
The user pool ID.
|
DomainDescriptionType |
DomainDescriptionType.withVersion(String version)
The app version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeUserPoolDomainResult.setDomainDescription(DomainDescriptionType domainDescription)
A domain description object containing information about the domain.
|
DescribeUserPoolDomainResult |
DescribeUserPoolDomainResult.withDomainDescription(DomainDescriptionType domainDescription)
A domain description object containing information about the domain.
|
Copyright © 2023. All rights reserved.