| 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 AWS account ID for the user pool owner.
|
DomainDescriptionType |
DomainDescriptionType.withCloudFrontDistribution(String cloudFrontDistribution)
The ARN of the CloudFront distribution.
|
DomainDescriptionType |
DomainDescriptionType.withDomain(String domain)
The domain string.
|
DomainDescriptionType |
DomainDescriptionType.withS3Bucket(String s3Bucket)
The 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 © 2017. All rights reserved.