Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.CreateUserPoolDomainResponse.Builder
-
Packages that use CreateUserPoolDomainResponse.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of CreateUserPoolDomainResponse.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return CreateUserPoolDomainResponse.Builder Modifier and Type Method Description static CreateUserPoolDomainResponse.BuilderCreateUserPoolDomainResponse. builder()CreateUserPoolDomainResponse.BuilderCreateUserPoolDomainResponse.Builder. cloudFrontDomain(String cloudFrontDomain)The fully-qualified domain name (FQDN) of the Amazon CloudFront distribution that hosts your managed login or classic hosted UI pages.CreateUserPoolDomainResponse.BuilderCreateUserPoolDomainResponse.Builder. managedLoginVersion(Integer managedLoginVersion)The version of managed login branding applied your domain.CreateUserPoolDomainResponse.BuilderCreateUserPoolDomainResponse. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type CreateUserPoolDomainResponse.Builder Modifier and Type Method Description static Class<? extends CreateUserPoolDomainResponse.Builder>CreateUserPoolDomainResponse. serializableBuilderClass()
-