Enum OrgFeature

    • Enum Constant Detail

      • S3_DATA_EVENTS

        public static final OrgFeature S3_DATA_EVENTS
      • EKS_AUDIT_LOGS

        public static final OrgFeature EKS_AUDIT_LOGS
      • EBS_MALWARE_PROTECTION

        public static final OrgFeature EBS_MALWARE_PROTECTION
      • RDS_LOGIN_EVENTS

        public static final OrgFeature RDS_LOGIN_EVENTS
      • EKS_RUNTIME_MONITORING

        public static final OrgFeature EKS_RUNTIME_MONITORING
      • LAMBDA_NETWORK_LOGS

        public static final OrgFeature LAMBDA_NETWORK_LOGS
      • RUNTIME_MONITORING

        public static final OrgFeature RUNTIME_MONITORING
      • UNKNOWN_TO_SDK_VERSION

        public static final OrgFeature UNKNOWN_TO_SDK_VERSION
    • Method Detail

      • values

        public static OrgFeature[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (OrgFeature c : OrgFeature.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static OrgFeature 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
      • fromValue

        public static OrgFeature 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:
        OrgFeature corresponding to the value