Enum OcsfStringField

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

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

    • METADATA_UID

      public static final OcsfStringField METADATA_UID
    • ACTIVITY_NAME

      public static final OcsfStringField ACTIVITY_NAME
    • CLOUD_ACCOUNT_UID

      public static final OcsfStringField CLOUD_ACCOUNT_UID
    • CLOUD_PROVIDER

      public static final OcsfStringField CLOUD_PROVIDER
    • CLOUD_REGION

      public static final OcsfStringField CLOUD_REGION
    • COMPLIANCE_ASSESSMENTS_CATEGORY

      public static final OcsfStringField COMPLIANCE_ASSESSMENTS_CATEGORY
    • COMPLIANCE_ASSESSMENTS_NAME

      public static final OcsfStringField COMPLIANCE_ASSESSMENTS_NAME
    • COMPLIANCE_CONTROL

      public static final OcsfStringField COMPLIANCE_CONTROL
    • COMPLIANCE_STATUS

      public static final OcsfStringField COMPLIANCE_STATUS
    • COMPLIANCE_STANDARDS

      public static final OcsfStringField COMPLIANCE_STANDARDS
    • FINDING_INFO_DESC

      public static final OcsfStringField FINDING_INFO_DESC
    • FINDING_INFO_SRC_URL

      public static final OcsfStringField FINDING_INFO_SRC_URL
    • FINDING_INFO_TITLE

      public static final OcsfStringField FINDING_INFO_TITLE
    • FINDING_INFO_TYPES

      public static final OcsfStringField FINDING_INFO_TYPES
    • FINDING_INFO_UID

      public static final OcsfStringField FINDING_INFO_UID
    • METADATA_PRODUCT_NAME

      public static final OcsfStringField METADATA_PRODUCT_NAME
    • METADATA_PRODUCT_UID

      public static final OcsfStringField METADATA_PRODUCT_UID
    • METADATA_PRODUCT_VENDOR_NAME

      public static final OcsfStringField METADATA_PRODUCT_VENDOR_NAME
    • REMEDIATION_DESC

      public static final OcsfStringField REMEDIATION_DESC
    • REMEDIATION_REFERENCES

      public static final OcsfStringField REMEDIATION_REFERENCES
    • RESOURCES_CLOUD_PARTITION

      public static final OcsfStringField RESOURCES_CLOUD_PARTITION
    • RESOURCES_REGION

      public static final OcsfStringField RESOURCES_REGION
    • RESOURCES_TYPE

      public static final OcsfStringField RESOURCES_TYPE
    • RESOURCES_UID

      public static final OcsfStringField RESOURCES_UID
    • SEVERITY

      public static final OcsfStringField SEVERITY
    • STATUS

      public static final OcsfStringField STATUS
    • COMMENT

      public static final OcsfStringField COMMENT
    • VULNERABILITIES_FIX_COVERAGE

      public static final OcsfStringField VULNERABILITIES_FIX_COVERAGE
    • CLASS_NAME

      public static final OcsfStringField CLASS_NAME
    • UNKNOWN_TO_SDK_VERSION

      public static final OcsfStringField UNKNOWN_TO_SDK_VERSION
  • Method Details

    • values

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

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

      public static Set<OcsfStringField> 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 OcsfStringFields