Enum GroupByField

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

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

    • ACTIVITY_NAME

      public static final GroupByField ACTIVITY_NAME
    • CLOUD_ACCOUNT_UID

      public static final GroupByField CLOUD_ACCOUNT_UID
    • CLOUD_PROVIDER

      public static final GroupByField CLOUD_PROVIDER
    • CLOUD_REGION

      public static final GroupByField CLOUD_REGION
    • COMPLIANCE_ASSESSMENTS_NAME

      public static final GroupByField COMPLIANCE_ASSESSMENTS_NAME
    • COMPLIANCE_STATUS

      public static final GroupByField COMPLIANCE_STATUS
    • COMPLIANCE_CONTROL

      public static final GroupByField COMPLIANCE_CONTROL
    • FINDING_INFO_TITLE

      public static final GroupByField FINDING_INFO_TITLE
    • FINDING_INFO_TYPES

      public static final GroupByField FINDING_INFO_TYPES
    • METADATA_PRODUCT_NAME

      public static final GroupByField METADATA_PRODUCT_NAME
    • METADATA_PRODUCT_UID

      public static final GroupByField METADATA_PRODUCT_UID
    • RESOURCES_TYPE

      public static final GroupByField RESOURCES_TYPE
    • RESOURCES_UID

      public static final GroupByField RESOURCES_UID
    • SEVERITY

      public static final GroupByField SEVERITY
    • STATUS

      public static final GroupByField STATUS
    • VULNERABILITIES_FIX_COVERAGE

      public static final GroupByField VULNERABILITIES_FIX_COVERAGE
    • CLASS_NAME

      public static final GroupByField CLASS_NAME
    • UNKNOWN_TO_SDK_VERSION

      public static final GroupByField UNKNOWN_TO_SDK_VERSION
  • Method Details

    • values

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

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

      public static Set<GroupByField> 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 GroupByFields