Interface SpringAppDomains

All Superinterfaces:
HasManager<AppPlatformManager>, HasParent<SpringApp>, SupportsDeletingById, SupportsDeletingByName, SupportsGettingById<SpringAppDomain>, SupportsGettingByName<SpringAppDomain>, SupportsListing<SpringAppDomain>

Entry point for Spring App Custom Domains API.
  • Method Details

    • validate

      Checks the domain is validate for the app or not.
      Parameters:
      domain - the domain name
      Returns:
      the domain is validate for the parent app or not
    • validateAsync

      Mono<CustomDomainValidateResult> validateAsync(String domain)
      Checks the domain is validate for the app or not.
      Parameters:
      domain - the domain name
      Returns:
      the domain is validate for the parent app or not