Enum SummaryKeyType

    • Enum Constant Detail

      • SERVER_CERTIFICATES

        public static final SummaryKeyType SERVER_CERTIFICATES
      • SERVER_CERTIFICATES_QUOTA

        public static final SummaryKeyType SERVER_CERTIFICATES_QUOTA
      • USER_POLICY_SIZE_QUOTA

        public static final SummaryKeyType USER_POLICY_SIZE_QUOTA
      • GROUP_POLICY_SIZE_QUOTA

        public static final SummaryKeyType GROUP_POLICY_SIZE_QUOTA
      • GROUPS_PER_USER_QUOTA

        public static final SummaryKeyType GROUPS_PER_USER_QUOTA
      • SIGNING_CERTIFICATES_PER_USER_QUOTA

        public static final SummaryKeyType SIGNING_CERTIFICATES_PER_USER_QUOTA
      • ACCESS_KEYS_PER_USER_QUOTA

        public static final SummaryKeyType ACCESS_KEYS_PER_USER_QUOTA
      • MFA_DEVICES_IN_USE

        public static final SummaryKeyType MFA_DEVICES_IN_USE
      • ACCOUNT_MFA_ENABLED

        public static final SummaryKeyType ACCOUNT_MFA_ENABLED
      • ACCOUNT_ACCESS_KEYS_PRESENT

        public static final SummaryKeyType ACCOUNT_ACCESS_KEYS_PRESENT
      • ACCOUNT_SIGNING_CERTIFICATES_PRESENT

        public static final SummaryKeyType ACCOUNT_SIGNING_CERTIFICATES_PRESENT
      • ATTACHED_POLICIES_PER_GROUP_QUOTA

        public static final SummaryKeyType ATTACHED_POLICIES_PER_GROUP_QUOTA
      • ATTACHED_POLICIES_PER_ROLE_QUOTA

        public static final SummaryKeyType ATTACHED_POLICIES_PER_ROLE_QUOTA
      • ATTACHED_POLICIES_PER_USER_QUOTA

        public static final SummaryKeyType ATTACHED_POLICIES_PER_USER_QUOTA
      • POLICY_SIZE_QUOTA

        public static final SummaryKeyType POLICY_SIZE_QUOTA
      • POLICY_VERSIONS_IN_USE

        public static final SummaryKeyType POLICY_VERSIONS_IN_USE
      • POLICY_VERSIONS_IN_USE_QUOTA

        public static final SummaryKeyType POLICY_VERSIONS_IN_USE_QUOTA
      • VERSIONS_PER_POLICY_QUOTA

        public static final SummaryKeyType VERSIONS_PER_POLICY_QUOTA
      • GLOBAL_ENDPOINT_TOKEN_VERSION

        public static final SummaryKeyType GLOBAL_ENDPOINT_TOKEN_VERSION
      • UNKNOWN_TO_SDK_VERSION

        public static final SummaryKeyType UNKNOWN_TO_SDK_VERSION
    • Method Detail

      • values

        public static SummaryKeyType[] 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 (SummaryKeyType c : SummaryKeyType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

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