Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.UpdateUserPoolDomainResponse.Builder
-
Packages that use UpdateUserPoolDomainResponse.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of UpdateUserPoolDomainResponse.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UpdateUserPoolDomainResponse.Builder Modifier and Type Method Description static UpdateUserPoolDomainResponse.BuilderUpdateUserPoolDomainResponse. builder()UpdateUserPoolDomainResponse.BuilderUpdateUserPoolDomainResponse.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.UpdateUserPoolDomainResponse.BuilderUpdateUserPoolDomainResponse.Builder. managedLoginVersion(Integer managedLoginVersion)A version number that indicates the state of managed login for your domain.UpdateUserPoolDomainResponse.BuilderUpdateUserPoolDomainResponse. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type UpdateUserPoolDomainResponse.Builder Modifier and Type Method Description static Class<? extends UpdateUserPoolDomainResponse.Builder>UpdateUserPoolDomainResponse. serializableBuilderClass()
-