Uses of Interface
software.amazon.awscdk.services.cognito.CfnUserPoolDomain.CustomDomainConfigTypeProperty
Packages that use CfnUserPoolDomain.CustomDomainConfigTypeProperty
-
Uses of CfnUserPoolDomain.CustomDomainConfigTypeProperty in software.amazon.awscdk.services.cognito
Classes in software.amazon.awscdk.services.cognito that implement CfnUserPoolDomain.CustomDomainConfigTypePropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnUserPoolDomain.CustomDomainConfigTypePropertyMethods in software.amazon.awscdk.services.cognito that return CfnUserPoolDomain.CustomDomainConfigTypePropertyModifier and TypeMethodDescriptionCfnUserPoolDomain.CustomDomainConfigTypeProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.cognito with parameters of type CfnUserPoolDomain.CustomDomainConfigTypePropertyModifier and TypeMethodDescriptionCfnUserPoolDomain.Builder.customDomainConfig(CfnUserPoolDomain.CustomDomainConfigTypeProperty customDomainConfig) The configuration for a custom domain that hosts the sign-up and sign-in pages for your application.CfnUserPoolDomainProps.Builder.customDomainConfig(CfnUserPoolDomain.CustomDomainConfigTypeProperty customDomainConfig) Sets the value ofCfnUserPoolDomainProps.getCustomDomainConfig()voidCfnUserPoolDomain.setCustomDomainConfig(CfnUserPoolDomain.CustomDomainConfigTypeProperty value) The configuration for a custom domain that hosts the sign-up and sign-in pages for your application.