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

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

    • CUSTOM

      public static final Tier CUSTOM
    • DEFAULT

      public static final Tier DEFAULT
    • DOT_NET_CORE

      public static final Tier DOT_NET_CORE
    • DOT_NET_WORKER

      public static final Tier DOT_NET_WORKER
    • DOT_NET_WEB_TIER

      public static final Tier DOT_NET_WEB_TIER
    • DOT_NET_WEB

      public static final Tier DOT_NET_WEB
    • SQL_SERVER

      public static final Tier SQL_SERVER
    • SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP

      public static final Tier SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP
    • MYSQL

      public static final Tier MYSQL
    • POSTGRESQL

      public static final Tier POSTGRESQL
    • JAVA_JMX

      public static final Tier JAVA_JMX
    • ORACLE

      public static final Tier ORACLE
    • SAP_HANA_MULTI_NODE

      public static final Tier SAP_HANA_MULTI_NODE
    • SAP_HANA_SINGLE_NODE

      public static final Tier SAP_HANA_SINGLE_NODE
    • SAP_HANA_HIGH_AVAILABILITY

      public static final Tier SAP_HANA_HIGH_AVAILABILITY
    • SQL_SERVER_FAILOVER_CLUSTER_INSTANCE

      public static final Tier SQL_SERVER_FAILOVER_CLUSTER_INSTANCE
    • SHAREPOINT

      public static final Tier SHAREPOINT
    • ACTIVE_DIRECTORY

      public static final Tier ACTIVE_DIRECTORY
    • SAP_NETWEAVER_STANDARD

      public static final Tier SAP_NETWEAVER_STANDARD
    • SAP_NETWEAVER_DISTRIBUTED

      public static final Tier SAP_NETWEAVER_DISTRIBUTED
    • SAP_NETWEAVER_HIGH_AVAILABILITY

      public static final Tier SAP_NETWEAVER_HIGH_AVAILABILITY
    • UNKNOWN_TO_SDK_VERSION

      public static final Tier UNKNOWN_TO_SDK_VERSION
  • Method Details

    • values

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

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

      public static Set<Tier> 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 Tiers