Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.CustomDomainConfigType
Packages that use CustomDomainConfigType
-
Uses of CustomDomainConfigType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return CustomDomainConfigTypeModifier and TypeMethodDescriptionfinal CustomDomainConfigTypeCreateUserPoolDomainRequest.customDomainConfig()The configuration for a custom domain.final CustomDomainConfigTypeDomainDescriptionType.customDomainConfig()The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.final CustomDomainConfigTypeUpdateUserPoolDomainRequest.customDomainConfig()The configuration for a custom domain that hosts managed login for your application.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type CustomDomainConfigTypeModifier and TypeMethodDescriptionCreateUserPoolDomainRequest.Builder.customDomainConfig(CustomDomainConfigType customDomainConfig) The configuration for a custom domain.DomainDescriptionType.Builder.customDomainConfig(CustomDomainConfigType customDomainConfig) The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.UpdateUserPoolDomainRequest.Builder.customDomainConfig(CustomDomainConfigType customDomainConfig) The configuration for a custom domain that hosts managed login for your application.