public enum AwsPropertyAccessors extends Enum<AwsPropertyAccessors> implements PropertyAccessor, AwsProperties
PropertyAccessor implementations.| Enum Constant and Description |
|---|
STANDARD_AWS_CLIENT |
AWS_CLIENT_ACCESS_KEY, AWS_CLIENT_PROPERTY_FILE_NAME, AWS_CLIENT_REGION, AWS_CLIENT_SECRET_KEY| Modifier and Type | Method and Description |
|---|---|
String |
getAccessKey() |
static com.amazonaws.auth.AWSCredentials |
getDefaultCredentials() |
static com.amazonaws.auth.AWSCredentialsProvider |
getDefaultCredentialsProvider() |
Map<String,String> |
getProperties() |
String |
getProperty(String propName) |
String |
getRegion() |
String |
getSecretKey() |
static AwsPropertyAccessors |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AwsPropertyAccessors[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetBooleanProperty, getBooleanProperty, getDoubleProperty, getDoubleProperty, getFloatProperty, getFloatProperty, getIntegerProperty, getIntegerProperty, getLongProperty, getLongProperty, getProperty, hasPropertypublic static final AwsPropertyAccessors STANDARD_AWS_CLIENT
public static AwsPropertyAccessors[] values()
for (AwsPropertyAccessors c : AwsPropertyAccessors.values()) System.out.println(c);
public static AwsPropertyAccessors 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 getAccessKey()
public String getSecretKey()
public String getRegion()
public String getProperty(String propName)
getProperty in interface PropertyAccessorpublic Map<String,String> getProperties()
getProperties in interface PropertyAccessorpublic static com.amazonaws.auth.AWSCredentialsProvider getDefaultCredentialsProvider()
public static com.amazonaws.auth.AWSCredentials getDefaultCredentials()
Copyright © 2018. All Rights Reserved.