Enum IndustrySegment

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

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

    • AGRICULTURE_MINING

      public static final IndustrySegment AGRICULTURE_MINING
    • BIOTECHNOLOGY

      public static final IndustrySegment BIOTECHNOLOGY
    • BUSINESS_CONSUMER_SERVICES

      public static final IndustrySegment BUSINESS_CONSUMER_SERVICES
    • BUSINESS_SERV

      public static final IndustrySegment BUSINESS_SERV
    • COMMUNICATIONS

      public static final IndustrySegment COMMUNICATIONS
    • COMPUTER_HARDWARE

      public static final IndustrySegment COMPUTER_HARDWARE
    • COMPUTERS_ELECTRONICS

      public static final IndustrySegment COMPUTERS_ELECTRONICS
    • COMPUTER_SOFTWARE

      public static final IndustrySegment COMPUTER_SOFTWARE
    • CONSUMER_GOODS

      public static final IndustrySegment CONSUMER_GOODS
    • EDUCATION

      public static final IndustrySegment EDUCATION
    • ENERGY_UTILITIES

      public static final IndustrySegment ENERGY_UTILITIES
    • FINANCIAL_SERVICES

      public static final IndustrySegment FINANCIAL_SERVICES
    • GAMING

      public static final IndustrySegment GAMING
    • GOVERNMENT

      public static final IndustrySegment GOVERNMENT
    • GOVERNMENT_EDUCATION_PUBLIC_SERVICES

      public static final IndustrySegment GOVERNMENT_EDUCATION_PUBLIC_SERVICES
    • HEALTHCARE

      public static final IndustrySegment HEALTHCARE
    • HEALTHCARE_PHARMACEUTICALS_BIOTECH

      public static final IndustrySegment HEALTHCARE_PHARMACEUTICALS_BIOTECH
    • INDUSTRIAL_ENERGY

      public static final IndustrySegment INDUSTRIAL_ENERGY
    • INTERNET_SPECIFIC

      public static final IndustrySegment INTERNET_SPECIFIC
    • LIFE_SCIENCES

      public static final IndustrySegment LIFE_SCIENCES
    • MANUFACTURING

      public static final IndustrySegment MANUFACTURING
    • MEDIA_ENTERTAINMENT_LEISURE

      public static final IndustrySegment MEDIA_ENTERTAINMENT_LEISURE
    • MEDIA_ENTERTAINMENT

      public static final IndustrySegment MEDIA_ENTERTAINMENT
    • MEDICAL_HEALTH

      public static final IndustrySegment MEDICAL_HEALTH
    • NON_PROFIT_ORGANIZATION

      public static final IndustrySegment NON_PROFIT_ORGANIZATION
    • OTHER

      public static final IndustrySegment OTHER
    • PROFESSIONAL_SERVICES

      public static final IndustrySegment PROFESSIONAL_SERVICES
    • REAL_ESTATE_CONSTRUCTION

      public static final IndustrySegment REAL_ESTATE_CONSTRUCTION
    • RETAIL

      public static final IndustrySegment RETAIL
    • RETAIL_WHOLESALE_DISTRIBUTION

      public static final IndustrySegment RETAIL_WHOLESALE_DISTRIBUTION
    • SEMICONDUCTOR_ELECTR

      public static final IndustrySegment SEMICONDUCTOR_ELECTR
    • SOFTWARE_INTERNET

      public static final IndustrySegment SOFTWARE_INTERNET
    • TELECOMMUNICATIONS

      public static final IndustrySegment TELECOMMUNICATIONS
    • TRANSPORTATION_LOGISTICS

      public static final IndustrySegment TRANSPORTATION_LOGISTICS
    • TRAVEL_HOSPITALITY

      public static final IndustrySegment TRAVEL_HOSPITALITY
    • WHOLESALE_DISTRIBUTION

      public static final IndustrySegment WHOLESALE_DISTRIBUTION
    • UNKNOWN_TO_SDK_VERSION

      public static final IndustrySegment UNKNOWN_TO_SDK_VERSION
  • Method Details

    • values

      public static IndustrySegment[] 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 IndustrySegment 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<IndustrySegment>
    • fromValue

      public static IndustrySegment 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:
      IndustrySegment corresponding to the value
    • knownValues

      public static Set<IndustrySegment> 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 IndustrySegments