Uses of Class
software.amazon.awscdk.services.cognito.UserPoolDomain.Builder
-
Uses of UserPoolDomain.Builder in software.amazon.awscdk.services.cognito
Modifier and TypeMethodDescriptionUserPoolDomain.Builder.cognitoDomain
(CognitoDomainOptions cognitoDomain) Associate a cognito prefix domain with your user pool EithercustomDomain
orcognitoDomain
must be specified.static UserPoolDomain.Builder
UserPoolDomain.Builder.customDomain
(CustomDomainOptions customDomain) Associate a custom domain with your user pool EithercustomDomain
orcognitoDomain
must be specified.The user pool to which this domain should be associated.