java.lang.Object
java.lang.Enum<ExtraParamName>
software.amazon.awssdk.services.route53domains.model.ExtraParamName
All Implemented Interfaces:
Serializable, Comparable<ExtraParamName>

@Generated("software.amazon.awssdk:codegen") public enum ExtraParamName extends Enum<ExtraParamName>
  • Enum Constant Details

    • DUNS_NUMBER

      public static final ExtraParamName DUNS_NUMBER
    • BRAND_NUMBER

      public static final ExtraParamName BRAND_NUMBER
    • BIRTH_DEPARTMENT

      public static final ExtraParamName BIRTH_DEPARTMENT
    • BIRTH_DATE_IN_YYYY_MM_DD

      public static final ExtraParamName BIRTH_DATE_IN_YYYY_MM_DD
    • BIRTH_COUNTRY

      public static final ExtraParamName BIRTH_COUNTRY
    • BIRTH_CITY

      public static final ExtraParamName BIRTH_CITY
    • DOCUMENT_NUMBER

      public static final ExtraParamName DOCUMENT_NUMBER
    • AU_ID_NUMBER

      public static final ExtraParamName AU_ID_NUMBER
    • AU_ID_TYPE

      public static final ExtraParamName AU_ID_TYPE
    • CA_BUSINESS_ENTITY_TYPE

      public static final ExtraParamName CA_BUSINESS_ENTITY_TYPE
    • ES_IDENTIFICATION

      public static final ExtraParamName ES_IDENTIFICATION
    • ES_IDENTIFICATION_TYPE

      public static final ExtraParamName ES_IDENTIFICATION_TYPE
    • FI_BUSINESS_NUMBER

      public static final ExtraParamName FI_BUSINESS_NUMBER
    • FI_ID_NUMBER

      public static final ExtraParamName FI_ID_NUMBER
    • FI_NATIONALITY

      public static final ExtraParamName FI_NATIONALITY
    • FI_ORGANIZATION_TYPE

      public static final ExtraParamName FI_ORGANIZATION_TYPE
    • IT_NATIONALITY

      public static final ExtraParamName IT_NATIONALITY
    • IT_PIN

      public static final ExtraParamName IT_PIN
    • IT_REGISTRANT_ENTITY_TYPE

      public static final ExtraParamName IT_REGISTRANT_ENTITY_TYPE
    • RU_PASSPORT_DATA

      public static final ExtraParamName RU_PASSPORT_DATA
    • SE_ID_NUMBER

      public static final ExtraParamName SE_ID_NUMBER
    • SG_ID_NUMBER

      public static final ExtraParamName SG_ID_NUMBER
    • VAT_NUMBER

      public static final ExtraParamName VAT_NUMBER
    • UK_CONTACT_TYPE

      public static final ExtraParamName UK_CONTACT_TYPE
    • UK_COMPANY_NUMBER

      public static final ExtraParamName UK_COMPANY_NUMBER
    • EU_COUNTRY_OF_CITIZENSHIP

      public static final ExtraParamName EU_COUNTRY_OF_CITIZENSHIP
    • AU_PRIORITY_TOKEN

      public static final ExtraParamName AU_PRIORITY_TOKEN
    • UNKNOWN_TO_SDK_VERSION

      public static final ExtraParamName UNKNOWN_TO_SDK_VERSION
  • Method Details

    • values

      public static ExtraParamName[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ExtraParamName valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • toString

      public String toString()
      Overrides:
      toString in class Enum<ExtraParamName>
    • fromValue

      public static ExtraParamName fromValue(String value)
      Use this in place of valueOf to convert the raw string returned by the service into the enum value.
      Parameters:
      value - real value
      Returns:
      ExtraParamName corresponding to the value
    • knownValues

      public static Set<ExtraParamName> knownValues()
      Use this in place of values() to return a Set of all values known to the SDK. This will return all known enum values except UNKNOWN_TO_SDK_VERSION.
      Returns:
      a Set of known ExtraParamNames