Enum SummaryKeyType

    • Enum Constant Detail

      • ServerCertificates

        public static final SummaryKeyType ServerCertificates
      • ServerCertificatesQuota

        public static final SummaryKeyType ServerCertificatesQuota
      • UserPolicySizeQuota

        public static final SummaryKeyType UserPolicySizeQuota
      • GroupPolicySizeQuota

        public static final SummaryKeyType GroupPolicySizeQuota
      • GroupsPerUserQuota

        public static final SummaryKeyType GroupsPerUserQuota
      • SigningCertificatesPerUserQuota

        public static final SummaryKeyType SigningCertificatesPerUserQuota
      • AccessKeysPerUserQuota

        public static final SummaryKeyType AccessKeysPerUserQuota
      • AccountMFAEnabled

        public static final SummaryKeyType AccountMFAEnabled
      • AccountAccessKeysPresent

        public static final SummaryKeyType AccountAccessKeysPresent
      • AccountSigningCertificatesPresent

        public static final SummaryKeyType AccountSigningCertificatesPresent
      • AttachedPoliciesPerGroupQuota

        public static final SummaryKeyType AttachedPoliciesPerGroupQuota
      • AttachedPoliciesPerRoleQuota

        public static final SummaryKeyType AttachedPoliciesPerRoleQuota
      • AttachedPoliciesPerUserQuota

        public static final SummaryKeyType AttachedPoliciesPerUserQuota
      • PolicyVersionsInUse

        public static final SummaryKeyType PolicyVersionsInUse
      • PolicyVersionsInUseQuota

        public static final SummaryKeyType PolicyVersionsInUseQuota
      • VersionsPerPolicyQuota

        public static final SummaryKeyType VersionsPerPolicyQuota
    • 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.
        Parameters:
        value - real value
        Returns:
        SummaryKeyType corresponding to the value