Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.CustomDomainConfigType
-
Packages that use CustomDomainConfigType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of CustomDomainConfigType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return CustomDomainConfigType Modifier and Type Method Description CustomDomainConfigTypeCreateUserPoolDomainRequest. customDomainConfig()The configuration for a custom domain.CustomDomainConfigTypeDomainDescriptionType. customDomainConfig()The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.CustomDomainConfigTypeUpdateUserPoolDomainRequest. customDomainConfig()The configuration for a custom domain that hosts the sign-up and sign-in pages for your application.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type CustomDomainConfigType Modifier and Type Method Description CreateUserPoolDomainRequest.BuilderCreateUserPoolDomainRequest.Builder. customDomainConfig(CustomDomainConfigType customDomainConfig)The configuration for a custom domain.DomainDescriptionType.BuilderDomainDescriptionType.Builder. customDomainConfig(CustomDomainConfigType customDomainConfig)The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.UpdateUserPoolDomainRequest.BuilderUpdateUserPoolDomainRequest.Builder. customDomainConfig(CustomDomainConfigType customDomainConfig)The configuration for a custom domain that hosts the sign-up and sign-in pages for your application.
-