Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.CreateUserPoolDomainResponse.Builder
Packages that use CreateUserPoolDomainResponse.Builder
-
Uses of CreateUserPoolDomainResponse.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return CreateUserPoolDomainResponse.BuilderModifier and TypeMethodDescriptionCreateUserPoolDomainResponse.builder()CreateUserPoolDomainResponse.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.Builder.managedLoginVersion(Integer managedLoginVersion) The version of managed login branding applied your domain.CreateUserPoolDomainResponse.Builder.routing(Consumer<RoutingType.Builder> routing) The routing configuration that was applied to the user pool domain.CreateUserPoolDomainResponse.Builder.routing(RoutingType routing) The routing configuration that was applied to the user pool domain.CreateUserPoolDomainResponse.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type CreateUserPoolDomainResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateUserPoolDomainResponse.Builder>CreateUserPoolDomainResponse.serializableBuilderClass()