@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum SummaryKeyType extends Enum<SummaryKeyType>
Modifier and Type | Method and Description |
---|---|
static SummaryKeyType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static SummaryKeyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummaryKeyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SummaryKeyType Users
public static final SummaryKeyType UsersQuota
public static final SummaryKeyType Groups
public static final SummaryKeyType GroupsQuota
public static final SummaryKeyType ServerCertificates
public static final SummaryKeyType ServerCertificatesQuota
public static final SummaryKeyType UserPolicySizeQuota
public static final SummaryKeyType GroupPolicySizeQuota
public static final SummaryKeyType GroupsPerUserQuota
public static final SummaryKeyType SigningCertificatesPerUserQuota
public static final SummaryKeyType AccessKeysPerUserQuota
public static final SummaryKeyType MFADevices
public static final SummaryKeyType MFADevicesInUse
public static final SummaryKeyType AccountMFAEnabled
public static final SummaryKeyType AccountAccessKeysPresent
public static final SummaryKeyType AccountSigningCertificatesPresent
public static final SummaryKeyType AttachedPoliciesPerGroupQuota
public static final SummaryKeyType AttachedPoliciesPerRoleQuota
public static final SummaryKeyType AttachedPoliciesPerUserQuota
public static final SummaryKeyType Policies
public static final SummaryKeyType PoliciesQuota
public static final SummaryKeyType PolicySizeQuota
public static final SummaryKeyType PolicyVersionsInUse
public static final SummaryKeyType PolicyVersionsInUseQuota
public static final SummaryKeyType VersionsPerPolicyQuota
public static SummaryKeyType[] values()
for (SummaryKeyType c : SummaryKeyType.values()) System.out.println(c);
public static SummaryKeyType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<SummaryKeyType>
public static SummaryKeyType fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.