public enum EncryptedAwsCredentials extends Enum<EncryptedAwsCredentials> implements com.amazonaws.auth.AWSCredentials
| Enum Constant and Description |
|---|
FOUNDATION |
OLE |
RICE |
STUDENT |
| Modifier and Type | Method and Description |
|---|---|
String |
getAWSAccessKeyId() |
String |
getAWSSecretKey() |
static EncryptedAwsCredentials |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptedAwsCredentials[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncryptedAwsCredentials FOUNDATION
public static final EncryptedAwsCredentials STUDENT
public static final EncryptedAwsCredentials RICE
public static final EncryptedAwsCredentials OLE
public static EncryptedAwsCredentials[] values()
for (EncryptedAwsCredentials c : EncryptedAwsCredentials.values()) System.out.println(c);
public static EncryptedAwsCredentials 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 getAWSAccessKeyId()
getAWSAccessKeyId in interface com.amazonaws.auth.AWSCredentialspublic String getAWSSecretKey()
getAWSSecretKey in interface com.amazonaws.auth.AWSCredentialsCopyright © 2004–2014 The Kuali Foundation. All rights reserved.