|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||
java.lang.Objectjava.lang.Enum<summaryKeyType>
com.amazonaws.services.identitymanagement.model.summaryKeyType
public enum summaryKeyType
summary Key Type
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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
| Method Detail |
|---|
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 name
NullPointerException - if the argument is nullpublic String toString()
toString in class Enum<summaryKeyType>public static summaryKeyType fromValue(String value)
value - real value
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||